fn default_err()

in src/lib.rs [87:89]


fn default_err() -> Error {
    Error::new(ErrorKind::NotFound, "Local interface MTU not found")
}