pub type EventSendResult<T> = Result<T, EventSendError>;Expand description
Type alias for event send operations
Aliased Type§
pub enum EventSendResult<T> {
Ok(T),
Err(EventSendError),
}pub type EventSendResult<T> = Result<T, EventSendError>;Type alias for event send operations
pub enum EventSendResult<T> {
Ok(T),
Err(EventSendError),
}