Function rupta::util::mem_watcher::map_result
source · pub fn map_result<T>(result: IResult<&str, T>) -> Result<T>Expand description
Transforms a nom parse result into a io result.
The parser must completely consume the input.