Trait libre_pvz_resources::cached::EntryWithKey
source · pub trait EntryWithKey {
type Key: ?Sized;
// Required method
fn key(&self) -> &Self::Key;
}
Expand description
Entries in linear homogeneous collections.
pub trait EntryWithKey {
type Key: ?Sized;
// Required method
fn key(&self) -> &Self::Key;
}
Entries in linear homogeneous collections.