[][src]Trait bevy_reflect::FromType

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

Required methods

pub fn from_type() -> Self[src]

Loading content...

Implementors

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

Loading content...