Trait raui::prelude::Prefab[][src]

pub trait Prefab: Serialize + DeserializeOwned {
    pub fn from_prefab(data: Value) -> Result<Self, PrefabError> { ... }
pub fn to_prefab(&self) -> Result<Value, PrefabError> { ... } }

Provided methods

Loading content...

Implementations on Foreign Types

impl Prefab for String[src]

impl Prefab for i32[src]

impl Prefab for ()[src]

impl Prefab for f64[src]

impl Prefab for i128[src]

impl Prefab for u32[src]

impl Prefab for i64[src]

impl Prefab for i16[src]

impl Prefab for bool[src]

impl Prefab for u8[src]

impl Prefab for u16[src]

impl Prefab for u128[src]

impl Prefab for u64[src]

impl Prefab for i8[src]

impl Prefab for f32[src]

Loading content...

Implementors

Loading content...