[][src]Type Definition mdl_monkey::object::Result

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

A Result type specialized use with for an Error.