rshark::Result
[−]
[src]
type Result<T = Val> = Result<T, Error>;
The result of a dissection function.
type Result<T = Val> = Result<T, Error>;
The result of a dissection function.