Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/
H A Dvhost_user.rs60 pub struct VhostUserBackend { struct
65 impl VhostUserBackend { implementation
100 impl Drop for VhostUserBackend { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dbackend.rs37 pub trait VhostUserBackend<V, B = ()>: Send + Sync interface