pub trait Getters<Hash>: GetExecutionId<Hash> + GetStepswhere
    Hash: Encode + Decode + Debug + Clone,{ }
Expand description

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

Implementors§

source§

impl<Hash, AccountId, BlockNumber, BalanceOf> Getters<Hash> for ExecutionState<Hash, AccountId, BlockNumber, BalanceOf>where Hash: Encode + Decode + Debug + Clone, AccountId: Encode + Decode + Debug + Clone, BlockNumber: Encode + Decode + Debug + Clone, BalanceOf: Encode + Decode + Debug + Clone,