Skip to main content

VfsHandle

Trait VfsHandle 

Source
pub trait VfsHandle: Send {
    // Required methods
    fn readonly(&self) -> bool;
    fn in_memory(&self) -> bool;
}

Required Methods§

Source

fn readonly(&self) -> bool

Source

fn in_memory(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§