[][src]Trait opencv_binding_generator::StrExt

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

Required methods

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

impl StrExt for str[src]

Loading content...

Implementors

Loading content...