pub trait UsageExt { // Required method fn flags(&self) -> Flags; }
Unix-specific extensions for Usage struct.
Returns Flags for current filesystem;