IntoJson in binaryninja::string - Rust

Trait IntoJson

Source

pub trait IntoJson {
    type Output: IntoCStr;

    // Required method
    fn get_json_string(self) -> Result<Self::Output, ()>;
}

Required Associated Types§

Source

type Output: IntoCStr

Required Methods§

Source

fn get_json_string(self) -> Result<Self::Output, ()>

Implementors§