Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dslave.rs18 pub struct SlaveListener<L: Listener, S: VhostUserSlaveReqHandler> { struct
25 impl<L: Listener, S: VhostUserSlaveReqHandler> SlaveListener<L, S> { impl
53 impl<L, S> AsRawDescriptor for SlaveListener<L, S> implementation