[][src]Type Definition af_lib::slack::api::Result

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

The result of a Slack API call.