Struct imageoptimize::OptimProcess
source · pub struct OptimProcess { /* private fields */ }
Expand description
Optim process optimizes the image of multi format.
Implementations§
Trait Implementations§
source§impl Process for OptimProcess
impl Process for OptimProcess
fn process<'life0, 'async_trait>(
&'life0 self,
pi: ProcessImage
) -> Pin<Box<dyn Future<Output = Result<ProcessImage, ImageProcessingError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for OptimProcess
impl Send for OptimProcess
impl Sync for OptimProcess
impl Unpin for OptimProcess
impl UnwindSafe for OptimProcess
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more