Type Definition p25::error::Result
[−]
[src]
type Result<T> = Result<T, P25Error>;
Standard result using P25Error
.
type Result<T> = Result<T, P25Error>;
Standard result using P25Error
.