NavigationResult

Type Alias NavigationResult 

Source
pub type NavigationResult = Result<FinishResponse, NavigationError>;

Aliased Type§

pub enum NavigationResult {
    Ok(FinishResponse),
    Err(NavigationError),
}

Variants§

§1.0.0

Ok(FinishResponse)

Contains the success value

§1.0.0

Err(NavigationError)

Contains the error value