Skip to main content

FrameContext

Trait FrameContext 

Source
pub trait FrameContext { }
Expand description

Provides proof that frame copy operations can be performed.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<'lt, _ErasedPtr> FrameContext for FrameContext_TO<'lt, _ErasedPtr>
where Self:, _ErasedPtr: AsPtr<PtrTarget = ()>,