iron::IronResult [] [src]

type IronResult<T> = Result<T, IronError>;

The Result alias used throughout Iron and in clients of Iron.