Trait ethcore::block::Drain [] [src]

pub trait Drain {
    fn drain(self) -> StateDB;
}

Trait for a object that has a state database.

Required Methods

Drop this object and return the underlying database.

Implementors