Type Definition sendgrid::errors::SendgridResult []

type SendgridResult<T> = Result<T, SendgridError>;

Convenient wrapper around std::Result.