Trait simics_macro::interface::SnakeToCamel

source ·
pub trait SnakeToCamel {
    // Required method
    fn snake_to_camel(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

source§

impl SnakeToCamel for String

Implementors§