1 2 3 4
use super::app::Platform; use crate::traits::keyboard::AppKeyboard; impl AppKeyboard for Platform {}