Trait vfs::file::connection::GetVmo
source · pub trait GetVmo {
const PAGER_ON_FIDL_EXECUTOR: bool = false;
// Required method
fn get_vmo(&self) -> &Vmo;
}
Provided Associated Constants§
sourceconst PAGER_ON_FIDL_EXECUTOR: bool = false
const PAGER_ON_FIDL_EXECUTOR: bool = false
True if the vmo is pager backed and the pager is serviced by the same executor as the
StreamIoConnection
.
When true, stream operations that touch the contents of the vmo will be run on a separate thread pool to avoid deadlocks.
Required Methods§
Object Safety§
This trait is not object safe.