Type Definition jamal::Result [] [src]

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

A result type with a fixed type for jamal::Errors