Function mz_repr::strconv::parse_mz_acl_item
source ยท pub fn parse_mz_acl_item(s: &str) -> Result<MzAclItem, ParseError>
Expand description
Parses an MzAclItem from s
.
pub fn parse_mz_acl_item(s: &str) -> Result<MzAclItem, ParseError>
Parses an MzAclItem from s
.