pub fn try_parse_permission_flags(
str_: &String,
output: &mut NetPermissionFlags,
readen: &mut usize,
error: &mut BilingualStr
) -> boolExpand description
Parse the following format: “perm1,perm2@xxxxxx”
pub fn try_parse_permission_flags(
str_: &String,
output: &mut NetPermissionFlags,
readen: &mut usize,
error: &mut BilingualStr
) -> boolParse the following format: “perm1,perm2@xxxxxx”