[][src]Type Definition rsmq_async::RsmqResult

type RsmqResult<T> = Result<T, RsmqError>;

This is an alias of Result<T, RsmqError> for simplicity