Searched defs:Service1 (Results 1 – 2 of 2) sorted by relevance
465 struct Service1; struct467 impl Service for Service1 { implementation518 Service1(Service1), enumerator
1427 struct Service1; struct1429 impl Service for Service1 { implementation1568 pub(crate) struct Service1<'a> { struct1569 phantom: PhantomData<&'a u32>,1572 impl<'a> Service for Service1<'a> { implementation