RunStore
tirea_
contract
0.5.0-alpha.1
RunStore
Implementors
In tirea_
contract::
storage::
run_
traits
tirea_contract
::
storage
::
run_traits
Trait
RunStore
Copy item path
Source
pub trait RunStore:
RunWriter
{ }
Expand description
Full run projection store trait.
Implementors
§
Source
§
impl<T:
RunWriter
+ ?
Sized
>
RunStore
for T