Skip to main content

ForeignBufferOwner

Trait ForeignBufferOwner 

Source
pub trait ForeignBufferOwner:
    Send
    + Sync
    + Debug { }
Expand description

Type-erased owner that keeps foreign memory valid.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: Send + Sync + Debug + 'static> ForeignBufferOwner for T