Trait fruently::dumpable::Dumpable [] [src]

pub trait Dumpable {
    fn dump(self) -> String;
}

Required Methods

Implementors