pub trait ClocksExt {
    fn constrain(self) -> ClocksCfg;
}

Required Methods

Implementors