[][src]Function trie::get

pub fn get<'a, 'b, D: DatabaseHandle>(
    root: H256,
    database: &'a D,
    key: &'b [u8]
) -> Result<Option<&'a [u8]>, Error>

Get a value given the root hash and the database.