Searched defs:Service2 (Results 1 – 1 of 1) sorted by relevance
1410 struct Service2; struct1412 impl Service for Service2 { implementation1553 struct Service2<'a> { struct1554 phantom: PhantomData<&'a u32>,1557 impl<'a> Service for Service2<'a> { implementation