RccInit

Trait RccInit 

Source
pub trait RccInit {
    // Required method
    fn init(self) -> Rcc;
}

Required Methods§

Source

fn init(self) -> Rcc

Implementors§