Crate beefeater

Source
Expand description

Generic guard around any type that implements Copy

Re-exports§

pub use ops::*;

Modules§

ops

Structs§

Beefeater
A generic guard around any type that implements Copy, which allows an object to be safely shared between threads.