Skip to main content

DebugSessionResult

Type Alias DebugSessionResult 

Source
pub type DebugSessionResult<T> = Result<T, DebugSessionError>;

Aliased Type§

pub enum DebugSessionResult<T> {
    Ok(T),
    Err(DebugSessionError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(DebugSessionError)

Contains the error value