[][src]Trait swim_mem::resident::ResidentDisplay

pub trait ResidentDisplay<L: Lease>: Resident {
    fn resident_fmt(lease: &L, f: &mut Formatter) -> Result;
}

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.

Loading content...

Implementors

impl<L: Lease> ResidentDisplay<L> for Box<L::Data, L::Meta> where
    L::Data: Display
[src]

impl<L: Lease<Data = u8, Meta = BufHeader<M>>, M> ResidentDisplay<L> for String<M>[src]

Loading content...