[][src]Type Definition grammarbot::Result

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

A short alias for a Result with Error.