Searched defs:Property (Results 1 – 1 of 1) sorted by relevance
436 pub trait Property: Sized + Sealed { trait543 impl Property for $int { impl550 impl<const N: usize> Property for [$int; N] { impl