[][src]Function exacl::to_string

pub fn to_string(entries: &[AclEntry]) -> Result<String>

Write ACL entries to text.

See to_writer for the format.

Errors

Returns an io::Error on failure.