Trait ethcore::block::Drain
[−]
[src]
pub trait Drain { fn drain(self) -> StateDB; }
Trait for a object that has a state database.
Required Methods
fn drain(self) -> StateDB
Drop this object and return the underlieing database.
Implementors
impl Drain for LockedBlock
impl Drain for SealedBlock