Function bevy::scene::serialize_ron

source ·
pub fn serialize_ron<S>(serialize: S) -> Result<String, Error>
where S: Serialize,
Expand description

Serialize a given Rust data structure into rust object notation (ron).