Trait RtcOutputPin

Source
pub trait RtcOutputPin {
    // Required methods
    fn setup(&self);
    fn channel(&self) -> bool;
    fn release(self) -> Self;
}

Required Methods§

Source

fn setup(&self)

Source

fn channel(&self) -> bool

Source

fn release(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§