Method lrs::file::File::remove_attr

Removes an attribute of this file.

Syntax

impl File {
    fn remove_attr<S>(&self, name: S) -> Result<(), Errno>
        where S: ToCString,
}

Arguments

NameDescription
name

The name of the attribute.

See also