pub type RouterHandlerInterestRequest = RouterHandlerRequest<InterestHandlerRequest, InterestHandlerResponse>;
Aliased Type§
struct RouterHandlerInterestRequest {
pub request: InterestHandlerRequest,
pub response: Option<Result<InterestHandlerResponse, BuckyError>>,
}
Fields§
§request: InterestHandlerRequest
§response: Option<Result<InterestHandlerResponse, BuckyError>>