Type Definition metfor::Result [] [src]

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

Shorthand for a result type.