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