Function bevy::scene::serialize_ron

pub fn serialize_ron<S>(serialize: S) -> Result<String, Error>
where S: Serialize,
Available on crate feature serialize only.
Expand description

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