[][src]Type Definition munch::Result

type Result<Output, Error> = Result<(usize, Output), (usize, Error)>;