[][src]Trait embedded_platform::platform::Platform

pub trait Platform: Debug + Sized {
    type Error;
    fn poll_initialize(cx: &mut Context) -> Poll<Result<Self, Self::Error>>;
}

Associated Types

type Error

Loading content...

Required methods

fn poll_initialize(cx: &mut Context) -> Poll<Result<Self, Self::Error>>

Loading content...

Implementors

Loading content...