Trait UseDelegateNudContext

Source
pub trait UseDelegateNudContext { }
Expand description

A marker trait to enable the blanket impl of NudContext for types implementing DelegateNudContext.

Implementors§

impl<BT: BindingsTypes, L> UseDelegateNudContext for CoreCtx<'_, BT, L>