ThreadStore
tirea_
contract
0.5.0-alpha.1
Thread
Store
Implementors
In tirea_
contract::
storage::
traits
tirea_contract
::
storage
::
traits
Trait
Thread
Store
Copy item path
Source
pub trait ThreadStore:
ThreadWriter
{ }
Expand description
Full storage trait.
Implementors
§
Source
§
impl<T:
ThreadWriter
+ ?
Sized
>
ThreadStore
for T