Trait silkenweb::value::SignalOrValue

source ·
pub trait SignalOrValue: RefSignalOrValue<'static> { }
Expand description

Like RefSignalOrValue, when you know the type is 'static.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> SignalOrValue for T
where T: RefSignalOrValue<'static>,