Searched defs:Service2 (Results 1 – 2 of 2) sorted by relevance
1418 struct Service2; struct1420 impl Service for Service2 { implementation1561 pub(crate) struct Service2<'a> { struct1562 phantom: PhantomData<&'a u32>,1565 impl<'a> Service for Service2<'a> { implementation
23 public class Service2 extends AbstractService { class