[]Trait geng_core::prelude::Schematic

pub trait Schematic {
    fn create_schema() -> Schema;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<T> Schematic for Option<T> where
    T: 'static + Schematic

impl Schematic for usize

impl<T> Schematic for Vec<T> where
    T: 'static + Schematic

impl Schematic for bool

impl Schematic for f64

impl Schematic for f32

impl Schematic for i64

impl Schematic for i32

impl Schematic for String

Loading content...

Implementors

impl<K, V> Schematic for HashMap<K, V, RandomState> where
    K: 'static + Schematic,
    V: 'static + Schematic

impl<T> Schematic for Color<T> where
    T: Schematic + 'static, 
[src]

impl<T> Schematic for RealImpl<T> where
    T: Float + Schematic + 'static, 
[src]

impl<T> Schematic for Vec2<T> where
    T: Schematic + 'static, 
[src]

impl<T> Schematic for Vec3<T> where
    T: Schematic + 'static, 
[src]

impl<T> Schematic for Vec4<T> where
    T: Schematic + 'static, 
[src]

Loading content...