Trait ethcore::db::Key
[−]
[src]
pub trait Key<T> { type Target: Deref<Target=[u8]>; fn key(&self) -> Self::Target; }
Should be used to get database key associated with given value.
Associated Types
Required Methods
fn key(&self) -> Self::Target
Returns db key.
Implementors
impl Key<FlatBlockTraces> for H256
impl Key<H256> for BlockNumber
impl Key<BlockDetails> for H256
impl Key<TransactionAddress> for H256
impl Key<BlockReceipts> for H256