Type Definition zoneinfo_compiled::parser::Result[][src]

type Result<T> = Result<T, Box<dyn ErrorTrait>>;

A std::result::Result with a Box<std::error::Error> as the error type. This is used to return a bunch of errors early, including a limit being reached, the buffer failed to be read from, or a string not being valid UTF-8.