[][src]Type Definition snmp_mp::MsgProcessingResult

type MsgProcessingResult<T> = Result<T, MsgProcessingError>;

Type alias for the result of a message processing operation.