Trait playdate_device::interface::blocking::Interface

source ·
pub trait Interface: In + Out { }

Implementors§

source§

impl<T: In + Out> Interface for T