[−][src]Trait swim_mem::resident::ResidentDisplay
A display-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 display.
Implementors
impl<L: Lease> ResidentDisplay<L> for Box<L::Data, L::Meta> where
L::Data: Display,
[src]
L::Data: Display,