pub trait NormalItemArgument { }Expand description
A “normally formatted” argument to a netdoc item
A type that is represented as a single argument
whose representation is as for the type’s FromStr and Display.
Implementing this trait enables a blanket impl of
parse2::ItemArgumentParseable (if FromStr)
and
encode::ItemArgument (if Display).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
impl NormalItemArgument for IpAddr
We do not expect [ ] around IPv6 addresses when parsing this type