[][src]Type Definition kv::Raw

type Raw = IVec;

Raw is an alias for sled::IVec

Trait Implementations

impl<'a> Key<'a> for Raw[src]

impl Value for Raw[src]