Module xdevs::port

source ·

Structs

  • Port is a generic structure that can be used to store values of any type T. It is the main artifact to exchange data between components. Note that, in no_std environments, the capacity of the port N must be known at compile time.