[][src]Type Definition mysql_async::error::Result

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

Result type alias for this library.