kvarn::prelude::utils::prelude::compact_str::core::marker

Struct PhantomPinned

1.33.0 · source
pub struct PhantomPinned;
Expand description

A marker type which does not implement Unpin.

If a type contains a PhantomPinned, it will not implement Unpin by default.

Trait Implementations§

1.33.0 · source§

impl Clone for