Skip to main content

WriteCsStrExt

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<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§