IntoRSTSR

Trait IntoRSTSR 

Source
pub trait IntoRSTSR {
    type RSTSR;

    // Required method
    fn into_rstsr(self) -> Self::RSTSR;
}

Required Associated Types§

Required Methods§

Source

fn into_rstsr(self) -> Self::RSTSR

Implementors§