Trait ToRust

Source
pub trait ToRust {
    // Required methods
    fn to_rust_ref(&self, serde_with: bool) -> String;
    fn to_rust_decl(&self, serde_with: bool) -> String;
}

Required Methods§

Source

fn to_rust_ref(&self, serde_with: bool) -> String

Source

fn to_rust_decl(&self, serde_with: bool) -> String

Implementors§