Type Alias BroadcastMapSendResult

Source
pub type BroadcastMapSendResult<T> = Result<Option<usize>, SendError<T>>;

Aliased Type§

pub enum BroadcastMapSendResult<T> {
    Ok(Option<usize>),
    Err(SendError<T>),
}

Variants§

§1.0.0

Ok(Option<usize>)

Contains the success value

§1.0.0

Err(SendError<T>)

Contains the error value