1 2 3 4 5
use static_assertions::assert_impl_all; use goldenfile::Mint; assert_impl_all!(Mint: Send, Sync);