[][src]Trait yew_state::SharedState

pub trait SharedState {
    type Handle: Handle;
    fn handle(&mut self) -> &mut Self::Handle;
}

Allows any Properties to have shared state.

Associated Types

Loading content...

Required methods

fn handle(&mut self) -> &mut Self::Handle

Loading content...

Implementors

Loading content...