Type Definition rshark::Result [] [src]

type Result<T = Val> = Result<T, Error>;

The result of a dissection function.