Searched defs:Service1 (Results 1 – 2 of 2) sorted by relevance
1392 struct Service1; struct1394 impl Service for Service1 { implementation1533 pub(crate) struct Service1<'a> { struct1534 phantom: PhantomData<&'a u32>,1537 impl<'a> Service for Service1<'a> { implementation
23 public class Service1 extends AbstractService { class