[][src]Trait nt_native::Flush

pub trait Flush {
    fn flush(&self) -> Result<()>;
}

Required methods

fn flush(&self) -> Result<()>

Loading content...

Implementors

impl Flush for Disk[src]

impl Flush for File[src]

impl Flush for Volume[src]

fn flush(&self) -> Result<()>[src]

Requires volume to be opened with Volume::open() and admin rights!

Loading content...