[][src]Type Definition genie_rec::Result

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

Result type alias with genie_rec::Error as the error type.