GetExecutionId

Trait GetExecutionId 

Source
pub trait GetExecutionId<Hash>
where Hash: Encode + Decode + Debug + Clone + PartialEq + Eq,
{ // Required method fn get_execution_id(&self) -> &Hash; }
Expand description

A handler trait that allows generics to provide some execution_id

Required Methods§

Implementors§

Source§

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