Trait yew_router::router::RouterState[][src]

pub trait RouterState: RouteState + PartialEq { }
Expand description

Any state that can be managed by the Router must meet the criteria of this trait.

Implementors

impl<STATE> RouterState for STATE where
    STATE: RouteState + PartialEq
[src]

Loading content...