[][src]Function exacl::from_str

pub fn from_str(s: &str) -> Result<Vec<AclEntry>>

Read ACL entries from text.

See from_reader for the format.

Errors

Returns an io::Error on failure.