Skip to main content

Backend

Trait Backend 

Source
pub trait Backend: Kind + 'static { }
Expand description

Sealed marker trait for allocated backend.

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§

Source§

impl Backend for Arc

Available on target_has_atomic=ptr only.
Source§

impl Backend for Rc

Source§

impl Backend for Unique