Home
last modified time | relevance | path

Searched defs:Service2 (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1410 struct Service2; struct
1412 impl Service for Service2 { implementation
1553 struct Service2<'a> { struct
1554 phantom: PhantomData<&'a u32>,
1557 impl<'a> Service for Service2<'a> { implementation