Trait vizia_core::animation::AnimId

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§