DynamicHasFieldNoNewtype

Trait DynamicHasFieldNoNewtype 

Source
pub trait DynamicHasFieldNoNewtype: DynamicHasField { }
Available on crate feature resolve-path only.
Expand description

DynamicHasField for types that do not have a newtype wrapper around their field type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§