This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Type Alias yew_router::navigator::NavigationResult

source ·
pub type NavigationResult<T> = HistoryResult<T>;

Aliased Type§

enum NavigationResult<T> {
    Ok(T),
    Err(HistoryError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(HistoryError)

Contains the error value