Trait WriteCsStrExt

Source
pub trait WriteCsStrExt {
    // Required method
    fn write_cs_string(&mut self, n: &str) -> Result<()>;
}

Required Methods§

Source

fn write_cs_string(&mut self, n: &str) -> Result<()>

Implementors§