Trait tapa_trait_serde::IRonSerializable[][src]

pub trait IRonSerializable<T = Self> where
    Self: DeserializeOwned + Serialize + Send + Sized
{ fn from_ron_string(ron_string: &str) -> AnyResult<Self> { ... }
fn to_ron_string(&self) -> String { ... } }

Provided methods

Implementors