[][src]Trait zoozle::cont::Slicer

pub trait Slicer {
    pub fn slice_before(&self, key: char) -> String;
}

Required methods

pub fn slice_before(&self, key: char) -> String[src]

Loading content...

Implementations on Foreign Types

impl Slicer for String[src]

impl Slicer for &str[src]

Loading content...

Implementors

Loading content...