Trait yew_agent::utils::store::Bridgeable [−][src]
pub trait Bridgeable: Sized + 'static {
type Wrapper: Agent;
fn bridge(
callback: Callback<<Self::Wrapper as Agent>::Output>
) -> Box<dyn Bridge<Self::Wrapper>>;
}Expand description
Allows us to communicate with a store
