pub trait Removable {
    type DeleteKey;
}
Expand description

for deleting objects

Required Associated Types

Implementors