Searched defs:Item2 (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/combine/src/ |
D | error.rs | 534 fn into_other_error<T, Item2, Range2, Position2>(self) -> T in into_other_error() argument 536 T: ParseError<Item2, Range2, Position2>, in into_other_error() 547 fn into_other_error<T, Item2, Range2>(self) -> T in into_other_error() argument 549 T: StreamError<Item2, Range2>, in into_other_error() 709 fn into_other_error<T, Item2, Range2, Position2>(self) -> T in into_other_error() argument 711 T: ParseError<Item2, Range2, Position2>, in into_other_error() 724 fn into_other_error<T, Item2, Range2>(self) -> T in into_other_error() argument 726 T: StreamError<Item2, Range2>, in into_other_error() 897 fn into_other_error<T, Item2, Range2, Position2>(self) -> T in into_other_error() argument 899 T: ParseError<Item2, Range2, Position2>, in into_other_error() [all …]
|
/external/rust/crates/combine/src/stream/ |
D | easy.rs | 369 fn into_other_error<T, Item2, Range2, Position2>(self) -> T in into_other_error() argument 371 T: crate::error::ParseError<Item2, Range2, Position2>, in into_other_error() 385 fn into_other_error<T, Item2, Range2>(self) -> T in into_other_error() argument 387 T: crate::error::StreamError<Item2, Range2>, in into_other_error()
|