Skip to main content

FsRead

Trait FsRead 

Source
pub trait FsRead {
    // Required method
    fn get(&self, path: &str) -> &[u8] ;
}

Required Methods§

Source

fn get(&self, path: &str) -> &[u8]

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§