Struct dittolive_ditto::store::ditto_attachment_fetcher::DittoAttachmentFetcher [−][src]
pub struct DittoAttachmentFetcher<'a> { /* fields omitted */ }
Implementations
pub fn new(
token: DittoAttachmentToken,
ditto: Arc<BoxedDitto>,
on_fetch_event: impl Fn(DittoAttachmentFetchEvent) + Send + Sync + 'a
) -> Result<Self, DittoError>
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DittoAttachmentFetcher<'a>
impl<'a> Send for DittoAttachmentFetcher<'a>
impl<'a> Sync for DittoAttachmentFetcher<'a>
impl<'a> Unpin for DittoAttachmentFetcher<'a>
impl<'a> !UnwindSafe for DittoAttachmentFetcher<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more