pub struct ConcreteStorage { /* private fields */ }
Implementations
pub fn init(
&mut self,
txs: &[Transaction],
storage: DatabaseTransaction
) -> Result<ID, InterpreterError>
pub fn reset(
&mut self,
id: &ID,
storage: DatabaseTransaction
) -> Result<(), InterpreterError>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ConcreteStorage
impl Send for ConcreteStorage
impl Sync for ConcreteStorage
impl Unpin for ConcreteStorage
impl !UnwindSafe for ConcreteStorage
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more