rshark::NamedValue
[−]
[src]
type NamedValue = (&'static str, Result<Val>);
A named value-or-error.
type NamedValue = (&'static str, Result<Val>);
A named value-or-error.