Getters

Trait Getters 

Source
pub trait Getters<Hash>: GetExecutionId<Hash> + GetSteps
where Hash: Encode + Decode + Debug + Clone + PartialEq + Eq,
{ }
Expand description

A marker trait that implies a generic type implements all available getters

Implementors§

Source§

impl<Hash> Getters<Hash> for ExecutionState<Hash>
where Hash: Encode + Decode + Debug + Clone + PartialEq + Eq,