Skip to main content

IButtonHandlerMatchingRule

Trait IButtonHandlerMatchingRule 

Source
pub trait IButtonHandlerMatchingRule: Sync + Send {
    // Required methods
    fn get_data_type_id(&self) -> DataTypeId;
    fn get_metadata_type_id(&self) -> MetaDataTypeId;
    fn get_handler_type_id(&self) -> ButtonHandlerTypeId;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§