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

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

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
; }

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

Required methods

pub fn default_byte(&self) -> Vec<u8, Global>

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
[src]

Loading content...

Implementors

Loading content...