pub trait SignalId: Any + Send + Sync + 'static {
    type Data: AsObject + Default;
}
Expand description

A marker type that indicates the type and purpose of a signal.

Required Associated Types§

Implementors§