Trait bevy_serialization_core::traits::FromStructure

source ·
pub trait FromStructure
where Self: Sized + Asset,
{ // Required method fn into_entities( commands: &mut Commands<'_, '_>, value: Self, spawn_request: AssetSpawnRequest<Self>, ); }

Required Methods§

source

fn into_entities( commands: &mut Commands<'_, '_>, value: Self, spawn_request: AssetSpawnRequest<Self>, )

Object Safety§

This trait is not object safe.

Implementors§