[][src]Trait embedded_spi::ffi::Cursed

pub trait Cursed { }

Mark traits as cursed to provide a Conv implementation for FFI use

Implementors

impl<Spi, SpiError, Output, Input, PinError, Delay> Cursed for Wrapper<Spi, SpiError, Output, Input, PinError, Delay>[src]

Mark Wrapper as a c u r s e d type to allow C coercion

Loading content...