pub trait MapPin<P, V> {
// Required method
fn map_pin(self, virt_pin: V) -> MappedPin<P, V>;
}Expand description
Phyiscal pin P that can be mapped to a virtual pin V
pub trait MapPin<P, V> {
// Required method
fn map_pin(self, virt_pin: V) -> MappedPin<P, V>;
}Phyiscal pin P that can be mapped to a virtual pin V