parse_unsigned_file

Function parse_unsigned_file 

Source
pub fn parse_unsigned_file<T: Into<u64> + FromStr>(
    buf: &[u8],
) -> Result<T, Errno>