[−][src]Trait swim_mem::resident::ResidentDebug
A debug-format-able Resident
of a raw memory Lease
.
Required methods
fn resident_fmt(lease: &L, f: &mut Formatter) -> Result
Formats the resident of the lease
for debugging.
Implementors
impl<L: Lease> ResidentDebug<L> for Box<L::Data, L::Meta> where
L::Data: Debug,
[src]
L::Data: Debug,