smart_
keymap
0.13.0-dev
Mouse
Event
Aliased Type
Trait Implementations
TryFrom<Event>
In smart_
keymap::
key::
composite
smart_keymap
::
key
::
composite
Type Alias
MouseEvent
Copy item path
Source
pub type MouseEvent =
Event
;
Expand description
Type aliases for convenience.
Aliased Type
§
pub struct MouseEvent;
Trait Implementations
§
Source
§
impl
TryFrom
<
Event
> for
MouseEvent
Source
§
type
Error
=
EventError
The type returned in the event of a conversion error.
Source
§
fn
try_from
(ev:
Event
) ->
Result
<Self, Self::
Error
>
Performs the conversion.