Searched refs:SIZED (Results 1 – 2 of 2) sorted by relevance
280 SelfBounds::SIZED, in derive()334 .self_type_trait_bounds(SelfBounds::SIZED) in derive()343 .self_type_trait_bounds(SelfBounds::SIZED) in derive()
417 pub(crate) const SIZED: Self = Self::All(&[Trait::Sized]); constant