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

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

Convenience type for Discord gateway error handling.