pub trait Ref: Debug + Hash + Eq + PartialEq + Copy + Clone { // Required methods fn min_align(&self) -> usize; fn is_mutable(&self) -> bool; }