Searched defs:StructGeneric (Results 1 – 1 of 1) sorted by relevance
78 pub struct StructGeneric<T> { struct79 pub value: T,82 impl<T> StructGeneric<T> { impl244 impl<T> From<StructGenericWithGetterDef<T>> for remote::StructGeneric<T> { implementation