Searched refs:Service1 (Results 1 – 1 of 1) sorted by relevance
1384 struct Service1; struct1386 impl Service for Service1 { implementation1466 Service1,1480 dispatcher.add_service(Rc::new(Service1), cfg).expect("Could not add service 1"); in multiple_services()1525 struct Service1<'a> { struct1529 impl<'a> Service for Service1<'a> { implementation1583 Service1<'a>,1595 .add_service(Rc::new(Service1 { phantom: PhantomData }), cfg) in manager_creation()