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