macro_rules! impl_display_from_bytecode_pretty {
($ty:ty) => { ... };
}Expand description
Generate an implementation of fmt::Display for types that implement Pretty.
macro_rules! impl_display_from_bytecode_pretty {
($ty:ty) => { ... };
}Generate an implementation of fmt::Display for types that implement Pretty.