Searched defs:AsTrainCase (Results 1 – 2 of 2) sorted by relevance
39 pub struct AsTrainCase<T: AsRef<str>>(pub T); struct41 impl<T: AsRef<str>> fmt::Display for AsTrainCase<T> { implementation