Searched defs:KnownSize (Results 1 – 1 of 1) sorted by relevance
238 pub trait KnownSize { trait250 impl<T> KnownSize for [T] { impl