bincode/src/utils.rs

4 lines
66 B
Rust

pub trait Sealed {}
impl<T> Sealed for &mut T where T: Sealed {}