Trait frame_metadata::DefaultByte [−][src]
pub trait DefaultByte: Send + Sync { fn default_byte(&self) -> Vec<u8>; }
A technical trait to store lazy initiated vec value as static dyn pointer.
pub trait DefaultByte: Send + Sync { fn default_byte(&self) -> Vec<u8>; }
A technical trait to store lazy initiated vec value as static dyn pointer.
fn default_byte(&self) -> Vec<u8>
[src]