pub trait StorageTemplateTrait {
    fn uuid(&self) -> Uuid;
    fn data(&self) -> Vec<u8>;
}

Required Methods

Implementors