Trait revai::traits::JobOps[][src]

pub trait JobOps {
    fn post<'life0, 'async_trait>(
        &'life0 self,
        b: Bytes
    ) -> Pin<Box<dyn Future<Output = Result<Job>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

Send a plain text email.

This is a nicer experience than using post.

Implementors