Skip to main content

InheritLayerOps

Trait InheritLayerOps 

Source
pub trait InheritLayerOps: Base { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T: ?Sized> InheritLayerOps for &T

Source§

impl<T: ?Sized> InheritLayerOps for Arc<T>

Implementors§