[−][src]Trait embedded_platform::gpio::InputPin
A pin that can be read from.
Required methods
fn poll_get(
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Result<bool, Self::Error>>
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Result<bool, Self::Error>>
Polls a read operation of this pin to completion.