Skip to main content

UploadOperationExt

Trait UploadOperationExt 

Source
pub trait UploadOperationExt<This>
where This: UploadAlg,
{ // Required method fn shop_upload(&self, upload: Upload) -> impl Future<Output = String>; }
Expand description

Derives the one operation the parts surface exposes.

Required Methods§

Source

fn shop_upload(&self, upload: Upload) -> impl Future<Output = String>

Returns what the domain makes of a body sent as parts.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<This> UploadOperationExt<This> for This
where This: UploadAlg,

Derives the one operation the parts surface exposes.