Struct yew_agent::Context [−][src]
pub struct Context<AGN> { /* fields omitted */ }
Expand description
Create a single instance in the current thread.
Auto Trait Implementations
impl<AGN> RefUnwindSafe for Context<AGN> where
AGN: RefUnwindSafe,
impl<AGN> UnwindSafe for Context<AGN> where
AGN: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.