Searched refs:Service2 (Results 1 – 1 of 1) sorted by relevance
1410 struct Service2; struct1412 impl Service for Service2 { implementation1461 wrap_service!(WrappedService2(Service2: Service));1467 Service2,1484 dispatcher.add_service(Rc::new(Service2), cfg).expect("Could not add service 2"); in multiple_services()1493 .add_service(Rc::new(WrappedService2(Service2)), cfg) in multiple_services()1553 struct Service2<'a> { struct1557 impl<'a> Service for Service2<'a> { implementation1584 Service2<'a>,1601 .add_service(Rc::new(Service2 { phantom: PhantomData }), cfg) in manager_creation()