KeyupUseCase

Trait KeyupUseCase 

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

Required Methods§

Implementors§