Trait stepflow_base::ObjectStoreContent[][src]

pub trait ObjectStoreContent {
    type IdType;
    fn new_id(id_val: u16) -> Self::IdType;
fn id(&self) -> &Self::IdType; }

Associated Types

Loading content...

Required methods

fn new_id(id_val: u16) -> Self::IdType[src]

fn id(&self) -> &Self::IdType[src]

Loading content...

Implementors

Loading content...