Trait bevy_reflect::FromType[][src]

pub trait FromType<T> {
    fn from_type() -> Self;
}

Required methods

fn from_type() -> Self[src]

Loading content...

Implementors

impl<T: for<'a> Deserialize<'a> + Reflect> FromType<T> for ReflectDeserialize[src]

Loading content...