TypeUseCase

Trait TypeUseCase 

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

Required Methods§

Implementors§