[][src]Trait storaget::StorageObject

pub trait StorageObject: Serialize + Clone {
    fn get_id(&self) -> &str;
}

Required methods

fn get_id(&self) -> &str

Loading content...

Implementors

Loading content...