[][src]Trait opencv_binding_generator::StrExt

pub trait StrExt {
    fn to_snake_case(&self) -> String;
fn lines_with_nl(&self) -> LinesWithNL<'_>;
fn detect_indent(&self) -> Indent;
fn compile_interpolation(&self) -> CompiledInterpolation<'_>;
fn trim_start_idx(&self) -> usize;
fn trim_end_idx(&self) -> usize;
fn localname(&self) -> &str;
fn namespace(&self) -> &str; }

Required methods

fn to_snake_case(&self) -> String[src]

fn lines_with_nl(&self) -> LinesWithNL<'_>[src]

fn detect_indent(&self) -> Indent[src]

fn compile_interpolation(&self) -> CompiledInterpolation<'_>[src]

fn trim_start_idx(&self) -> usize[src]

fn trim_end_idx(&self) -> usize[src]

fn localname(&self) -> &str[src]

fn namespace(&self) -> &str[src]

Loading content...

Implementations on Foreign Types

impl StrExt for str[src]

Loading content...

Implementors

Loading content...