[][src]Trait yew_router::route::RouteState

pub trait RouteState: Clone + Default + JsSerialize + TryFrom<Value> + 'static { }

Any state that can be stored by the History API must meet the criteria of this trait.

Implementors

impl<T> RouteState for T where
    T: Clone + Default + JsSerialize + TryFrom<Value> + 'static, 
[src]

Loading content...