pub fn key_defined<S: Into<String>>(
    definition: S
) -> Result<Option<KeyBinding>, NCurseswError>
Expand description

Permits an application to determine if a string represented as individual bytes is currently bound to any KeyBindind.