pub type OwnedDisplayable<'value, CD> = Displayable<'value, CD, CD>;Expand description
A Displayable that owns its CustomDisplay.
The value to be formatted is still borrowed.
See Displayable for more information.
Aliased Typeยง
pub struct OwnedDisplayable<'value, CD> { /* private fields */ }