Method lrs::fs::Flags::synchronous

Returns whether data and metadata modifications to this filesystem are flushed to the disk immediately.

Syntax

impl Flags {
    fn synchronous(self) -> bool
}