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

pub trait RouterState: RouteState + PartialEq { }

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...