Trait otter_api_tests::shapelib::SplitAtDelim[][src]

pub trait SplitAtDelim {
    pub fn split_at_delim(&self, delim: char) -> (&Self, &Self);
}

Required methods

pub fn split_at_delim(&self, delim: char) -> (&Self, &Self)[src]

Loading content...

Implementations on Foreign Types

impl SplitAtDelim for str[src]

Loading content...

Implementors

Loading content...