[][src]Type Definition discord_bots_org::Result

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

A result type to compose a successful value and the library's Error type.