Function dpdk_unix::helpers::readHexadecimalValueWithPrefixFromFile
[−]
[src]
pub fn readHexadecimalValueWithPrefixFromFile<P, T>(
filePath: &Path,
size: usize,
parser: P
) -> Result<T> where
P: Fn(&str) -> Result<T, ParseIntError>,