Searched refs:GrandChild (Results 1 – 1 of 1) sorted by relevance
81 child: GrandChild, in make_group()137 type Child = GrandChild;139 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<GrandChild>, Error>> { in make_group() argument145 container: configfs::Group<GrandChild>, in make_group()146 data: GrandChild, in make_group()155 GrandChild::new(), in make_group()174 struct GrandChild {} struct176 impl GrandChild { impls183 impl configfs::AttributeOperations<0> for GrandChild { implementation184 type Data = GrandChild;[all …]
Completed in 3 milliseconds