pub fn get_callback_interface_definition<'a>(
    ci: &'a ComponentInterface,
    name: &str
) -> Result<&'a CallbackInterface>
Expand description

Get an Callback Interface definition by name