vizia_
core
0.2.0
AnimId
Required Methods
get
Implementations on Foreign Types
&'static str
Implementors
In vizia_
core::
animation
vizia_core
::
animation
Trait
AnimId
Copy item path
source
pub trait AnimId { // Required method fn
get
(&self, cx: &
EventContext
<'_>) ->
Option
<
Animation
>; }
Required Methods
§
source
fn
get
(&self, cx: &
EventContext
<'_>) ->
Option
<
Animation
>
Implementations on Foreign Types
§
source
§
impl
AnimId
for &'static
str
source
§
fn
get
(&self, cx: &
EventContext
<'_>) ->
Option
<
Animation
>
Implementors
§
source
§
impl
AnimId
for
Animation