vizia::animation

Trait AnimId

pub trait AnimId {
    // Required method
    fn get(&self, cx: &EventContext<'_>) -> Option<Animation>;
}

Required Methods§

fn get(&self, cx: &EventContext<'_>) -> Option<Animation>

Implementations on Foreign Types§

§

impl AnimId for &'static str

§

fn get(&self, cx: &EventContext<'_>) -> Option<Animation>

Implementors§