Trait uefi::SimpleTextInput [] [src]

pub trait SimpleTextInput {
    fn read_key(&self) -> Result<InputKey, Status>;
}

Required Methods

Implementors