Searched defs:Service1 (Results 1 – 1 of 1) sorted by relevance
1384 struct Service1; struct1386 impl Service for Service1 { implementation1525 struct Service1<'a> { struct1526 phantom: PhantomData<&'a u32>,1529 impl<'a> Service for Service1<'a> { implementation