ResizeUseCase

Trait ResizeUseCase 

Source
pub trait ResizeUseCase: Send + Sync {
    // Required method
    fn execute(&self, input: ResizeInput) -> Result<ResizeOutput, SessionError>;
}

Required Methods§

Implementors§