Type Definition gloo_history::HistoryResult
source · pub type HistoryResult<T> = Result<T, HistoryError>;
Expand description
The Result type for History.
pub type HistoryResult<T> = Result<T, HistoryError>;
The Result type for History.