netaddr2 0.10.0

A Rust network address parsing and arithmetic library
Documentation
1
2
3
4
use super::Error;

/// A type definition with `netaddr2::Error` as its type.
pub type Result<T> = core::result::Result<T, Error>;