Searched defs:InternalCollection (Results 1 – 1 of 1) sorted by relevance
90 type InternalCollection = (); typedef104 type InternalCollection = String; typedef123 type InternalCollection = Vec<T>; typedef142 type InternalCollection = Vec<T>; typedef164 type InternalCollection = Result<U::InternalCollection, E>; typedef170 ) -> Result<U::InternalCollection, E> { in initialize()176 collection: &mut Self::InternalCollection, in extend()209 type InternalCollection; typedef216 ) -> Self::InternalCollection; in initialize()221 fn extend(internal: Internal, collection: &mut Self::InternalCollection, item: T) -> bool; in extend()