[−][src]Trait parity_bytes::ToPretty 
Trait to allow a type to be pretty-printed in format!, where unoverridable
defaults cannot otherwise be avoided.
Required methods
fn pretty(&self) -> PrettySlice
Convert a type into a derivative form in order to make format! print it prettily.