Searched defs:Child (Results 1 – 2 of 2) sorted by relevance
72 type Child = Child; typedef74 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<Child>, Error>> { in make_group()127 struct Child {} struct129 impl Child { impl136 impl configfs::GroupOperations for Child { implementation137 type Child = GrandChild; typedef161 impl configfs::AttributeOperations<0> for Child { implementation164 fn show(_container: &Child, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
492 type Child: 'static; typedef502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; in make_group()514 fn drop_item(&self, _child: ArcBorrow<'_, Group<Self::Child>>) { in drop_item()