Trait lemmy_apub::fetcher::deletable_apub_object::DeletableApubObject[][src]

pub trait DeletableApubObject {
    fn delete<'life0, 'async_trait>(
        self,
        context: &'life0 LemmyContext
    ) -> Pin<Box<dyn Future<Output = Result<(), LemmyError>> + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementations on Foreign Types

impl DeletableApubObject for Post

Implementors