Trait stepflow::prelude::ObjectStoreContent[][src]

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

Associated Types

Loading content...

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl ObjectStoreContent for Box<dyn Var + 'static + Sync + Send, Global>[src]

type IdType = VarId

impl ObjectStoreContent for Box<dyn Action + 'static + Sync + Send, Global>[src]

type IdType = ActionId

Loading content...

Implementors

Loading content...