Skip to main content

InjectedStorageRW

Trait InjectedStorageRW 

Source
pub trait InjectedStorageRW: InjectedStorageRO {
    // Required methods
    fn set_injected_transaction(&self, tx: SignedInjectedTransaction);
    fn set_promise(&self, promise: &Promise);
    fn set_receipt(&self, receipt: &SignedTxReceipt);
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, T: 'a + InjectedStorageRW + ?Sized> InjectedStorageRW for &'a T

Implementors§