Home
last modified time | relevance | path

Searched defs:remove_to (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/
Dstrx.rs1 pub fn remove_to<'s>(s: &'s str, c: char) -> &'s str { in remove_to() function
/external/rust/crates/protobuf-codegen/src/
Dstrx.rs1 pub fn remove_to<'s, P>(s: &'s str, pattern: P) -> &'s str in remove_to() function