[][src]Trait sunshine_util::traits::IDIsAvailable

pub trait IDIsAvailable<Id> {
    fn id_is_available(id: Id) -> bool;
}

For the module to implement for its id type (typically a common double_map prefix key)

Required methods

fn id_is_available(id: Id) -> bool

Loading content...

Implementors

Loading content...