[][src]Trait frame_support::dispatch::DefaultByte

pub trait DefaultByte: Send + Sync {
    fn default_byte(&self) -> Vec<u8>;
}

A technical trait to store lazy initiated vec value as static dyn pointer.

Required methods

Important traits for Vec<u8>
fn default_byte(&self) -> Vec<u8>

Loading content...

Implementors

Loading content...