pub trait Entry: Debug {
    fn size(&self) -> Size<u32>;
}
Expand description

An entry in some Storage,

Required Methods§

The Size of the Entry.

Implementors§