Lines Matching defs:convert
985 /// will first convert it to a `&str`, then apply the `parse()` function
1228 /// Helper trait to convert numbers to usize.
1279 fn convert(self) -> E;
1283 fn convert(self) -> (I, ErrorKind) {
1289 fn convert(self) -> ((I, usize), ErrorKind) {
1296 fn convert(self) -> error::Error<I> {
1305 fn convert(self) -> error::Error<(I, usize)> {
1316 fn convert(self) -> error::VerboseError<I> {
1326 fn convert(self) -> error::VerboseError<(I, usize)> {
1334 fn convert(self) {}