[][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 strip_str_prefix(&self, prefix: &str) -> Option<&str>; }

Required methods

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 strip_str_prefix(&self, prefix: &str) -> Option<&str>

Loading content...

Implementations on Foreign Types

impl StrExt for str[src]

Loading content...

Implementors

Loading content...