[][src]Trait concorde::StateLEExt

pub trait StateLEExt<ObjLD: LatticeDef, Peer: DefTraits> {
    pub fn object(&self) -> &LatticeElt<ObjLD>;
pub fn config(&self) -> &LatticeElt<CfgLD<Peer>>; }

Helper methods on the State lattice elements.

Required methods

pub fn object(&self) -> &LatticeElt<ObjLD>[src]

pub fn config(&self) -> &LatticeElt<CfgLD<Peer>>[src]

Loading content...

Implementors

impl<ObjLD: LatticeDef, Peer: DefTraits> StateLEExt<ObjLD, Peer> for StateLE<ObjLD, Peer>[src]

Loading content...