pub trait PortWriteAccess: Access { }
Expand description

A marker trait for access types which allow writing port values.

Implementors