rs
0.1.0
Destination
Aliased type
Trait Implementations
Destination
In rs::
actors::
popover
Type Alias
rs
::
actors
::
popover
::
Destination
Copy item path
source
·
[
−
]
pub type Destination =
Arc
<
Mutex
<
State
>>;
Aliased Type
§
struct Destination {
/* private fields */
}
Trait Implementations
§
source
§
impl
Destination
for
Destination
source
§
type
Event
=
Event
source
§
fn
send
(&self, event: Self::
Event
)