Trait animate::prelude::Construction[][src]

pub trait Construction<T> {
    pub fn construct() -> Builder<T>;
}

Required methods

pub fn construct() -> Builder<T>[src]

Loading content...

Implementors

impl<T> Construction<T> for T where
    T: Default + Clone
[src]

Loading content...