Skip to main content

UseDelegateNudContext

Trait UseDelegateNudContext 

Source
pub trait UseDelegateNudContext { }
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<S, Meta, DeviceId> UseDelegateNudContext for FakeCoreCtx<S, Meta, DeviceId>

Implementors§