ClassifyRefMut

Trait ClassifyRefMut 

Source
pub trait ClassifyRefMut {
    type ClassifiedRefMut;

    // Required method
    fn classify_ref_mut(self) -> Self::ClassifiedRefMut;
}
Expand description

A trait for classifying mutable references to public types

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a, T> ClassifyRefMut for &'a mut T

Available on non-hax only.

Implementors§