pub trait InspectTypeReparentable: InspectTypeInternal { }
Expand description

Trait allowing a Node to adopt any Inspect type as its child, removing it from the original parent’s tree.

This trait is not implementable by external types.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: InspectTypeInternal> InspectTypeReparentable for T