pub type PortTryPutResult<T> = Result<PortTryPut<T>, SimError>;Aliased Type§
pub enum PortTryPutResult<T> {
Ok(PortTryPut<T>),
Err(SimError),
}pub type PortTryPutResult<T> = Result<PortTryPut<T>, SimError>;pub enum PortTryPutResult<T> {
Ok(PortTryPut<T>),
Err(SimError),
}