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