pub type RouterEventTestEventResult = RouterEventResponse<TestEventResponse>;Aliased Type§
pub struct RouterEventTestEventResult {
pub handled: bool,
pub call_next: bool,
pub response: Option<Result<TestEventResponse, BuckyError>>,
}Fields§
§handled: bool§call_next: bool§response: Option<Result<TestEventResponse, BuckyError>>