Trait raui_core::Prefab[][src]

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

Provided methods

Loading content...

Implementations on Foreign Types

impl Prefab for ()[src]

impl Prefab for i8[src]

impl Prefab for i16[src]

impl Prefab for i32[src]

impl Prefab for i64[src]

impl Prefab for i128[src]

impl Prefab for u8[src]

impl Prefab for u16[src]

impl Prefab for u32[src]

impl Prefab for u64[src]

impl Prefab for u128[src]

impl Prefab for f32[src]

impl Prefab for f64[src]

impl Prefab for bool[src]

impl Prefab for String[src]

Loading content...

Implementors

Loading content...