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

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