Struct patternfly_yew::Backdropper [−][src]
pub struct Backdropper { /* fields omitted */ }Expand description
An agent for displaying toasts.
Trait Implementations
type Input = BackdropRequest
type Input = BackdropRequest
Incoming message type.
type Output = BackdropAction
type Output = BackdropAction
Outgoing message type.
This method called on every incoming message.
This method called on when a new bridge destroyed.
Represents the name of loading resorce for remote workers which have to live in a separate files. Read more