pub type Result<T> = Result<T, AttachError>;Expand description
Result type for raw-terminal lifecycle operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AttachError),
}pub type Result<T> = Result<T, AttachError>;Result type for raw-terminal lifecycle operations.
pub enum Result<T> {
Ok(T),
Err(AttachError),
}