pub trait SliceArgs<'a> { // Required method fn get(self) -> (usize, &'a str, usize); }
TODO replace with Pattern