Trait r3_port_arm::EntryPoint
source · pub trait EntryPoint {
;
// Required method
;
}
Expand description
Defines the entry points of a port instantiation. Implemented by
use_port!
.
pub trait EntryPoint {
;
// Required method
;
}
Defines the entry points of a port instantiation. Implemented by
use_port!
.