Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1384 struct Service1; struct
1386 impl Service for Service1 { implementation
1525 struct Service1<'a> { struct
1526 phantom: PhantomData<&'a u32>,
1529 impl<'a> Service for Service1<'a> { implementation