Type Alias PortTryPutResult

Source
pub type PortTryPutResult<T> = Result<PortTryPut<T>, SimError>;

Aliased Type§

pub enum PortTryPutResult<T> {
    Ok(PortTryPut<T>),
    Err(SimError),
}

Variants§

§1.0.0

Ok(PortTryPut<T>)

Contains the success value

§1.0.0

Err(SimError)

Contains the error value