Trait atat::helpers::SliceExt[][src]

pub trait SliceExt {
    fn trim(&self, whitespaces: &[u8]) -> &Self;
fn trim_start(&self, whitespaces: &[u8]) -> &Self; }

Required methods

fn trim(&self, whitespaces: &[u8]) -> &Self[src]

fn trim_start(&self, whitespaces: &[u8]) -> &Self[src]

Loading content...

Implementations on Foreign Types

impl SliceExt for [u8][src]

Loading content...

Implementors

Loading content...