pub type ObexOperationError = (ResponseCode, HeaderSet);Expand description
An operation can be rejected with a ResponseCode and optional headers describing the
reason for rejection.w
pub type ObexOperationError = (ResponseCode, HeaderSet);An operation can be rejected with a ResponseCode and optional headers describing the
reason for rejection.w