pub trait IsInspectable
where Self: Sized + Send + Sync + 'static,
{ type I: InspectData<Self>; }

Required Associated Types§

source

type I: InspectData<Self>

Object Safety§

This trait is not object safe.

Implementors§