[][src]Type Definition sendgrid::error::SendgridResult

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

A type alias used throughout the library for concise error notation.