Type Alias axstd::fs::Permissions

source ·
pub type Permissions = AxFilePerm;
Available on crate feature fs only.
Expand description

Representation of the various permissions on a file.

Aliased Type§

struct Permissions(/* private fields */);