RInto

Trait RInto 

Source
pub trait RInto<T, const R: u8> {
    // Required method
    fn rinto(self) -> T;
}

Required Methods§

Source

fn rinto(self) -> T

Implementors§

Source§

impl<S, T, const R: u8> RInto<T, R> for S
where T: RFrom<Self, R>,