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

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

Convenience type for Discord voice/driver connection error handling.