Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/vhost_user_input/
Dvhu_input.rs40 pub struct VhostUserInput<R: Read + Sync + Send> { struct
47 impl<R: Read + Sync + Send> VhostUserBackendMut for VhostUserInput<R> { argument
158 impl<R: Read + Sync + Send> VhostUserInput<R> { impl