Trait tyght_map::MaybeContains
source · pub trait MaybeContains<Item> { }Expand description
A trait marking whether T is maybe present.
See Traits section of crate documentation for more information.
Object Safety§
This trait is not object safe.