Skip to main content

PtyResult

Type Alias PtyResult 

Source
pub type PtyResult<T> = Result<T, PtyError>;

Aliased Type§

pub enum PtyResult<T> {
    Ok(T),
    Err(PtyError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PtyError)

Contains the error value