AdcTrait

Trait AdcTrait 

Source
pub trait AdcTrait: Instance {
    // Provided method
    fn build(self) -> Adc<'static, Self> { ... }
}
Expand description

adc trait

Provided Methods§

Source

fn build(self) -> Adc<'static, Self>

create adc, more see Adc::new

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§

Source§

impl<T: Instance> AdcTrait for T

any adc support adc trait