Skip to main content

IINotificationMethods

Trait IINotificationMethods 

Source
pub trait IINotificationMethods: IINotification {
    // Provided method
    fn get_id(self) -> PropertyName { ... }
}

Provided Methods§

Source

fn get_id(self) -> PropertyName

get_id() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IINotification> IINotificationMethods for __T

Available on crate feature unity_engine-playables-inotification only.