Type Definition songbird::error::JoinResult[][src]

type JoinResult<T> = Result<T, JoinError>;

Convenience type for Discord gateway error handling.