KeystrokeUseCase

Trait KeystrokeUseCase 

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

Required Methods§

Implementors§