Trait ra_ap_proc_macro_api::msg::Message[][src]

pub trait Message: Serialize + DeserializeOwned {
    fn read(inp: &mut impl BufRead, buf: &mut String) -> Result<Option<Self>> { ... }
fn write(self, out: &mut impl Write) -> Result<()> { ... } }

Provided methods

Implementors