[][src]Type Definition libraildriver::Result

type Result<T> = Result<T, RailDriverError>;

A custom Result type to simplify dealing with errors.