pub trait RtcControlExt {
    fn rtc_control(self) -> RtcControl;
}

Required Methods

Implementations on Foreign Types

Implementors