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

pub type SendgridResult<T> = Result<T, SendgridError>;
Expand description

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