FileSystemFlags

Trait FileSystemFlags 

Source
pub trait FileSystemFlags {
    // Required methods
    fn supports_sparse_files(&self) -> bool;
    fn supports_block_cloning(&self) -> Option<bool>;
}

Required Methods§

Source

fn supports_sparse_files(&self) -> bool

Source

fn supports_block_cloning(&self) -> Option<bool>

Returns Some if we know for certain, and None if there’s no indication from the system.

Implementors§