Home
last modified time | relevance | path

Searched refs:ToTrainCase (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/heck/src/
Dtrain.rs18 pub trait ToTrainCase: ToOwned { interface
23 impl ToTrainCase for str {
49 use super::ToTrainCase;
Dlib.rs61 pub use train::{AsTrainCase, ToTrainCase};