Skip to main content

BStackAtomicGuardedSliceSubview

Trait BStackAtomicGuardedSliceSubview 

Source
pub unsafe trait BStackAtomicGuardedSliceSubview<'a, A: BStackAllocator + 'a>: BStackAtomicGuardedSlice<'a, A> + BStackGuardedSliceSubview<'a, A>
where Self: 'a,
{ }
Expand description

Marker trait for BStackGuardedSliceSubview implementations that also satisfy BStackAtomicGuardedSlice’s atomicity and crash-safety contract.

§Safety

See BStackAtomicGuardedSlice for the full safety contract.

Requires feature atomic.

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§