pub fn demonstrate_push<T: Transcendental, const BUF_SIZE: usize>(
port: &mut dyn ActivePort<T, BUF_SIZE>,
data: [T; BUF_SIZE],
) -> Result<(), PortError>Expand description
Example of pushing data to an output port.
pub fn demonstrate_push<T: Transcendental, const BUF_SIZE: usize>(
port: &mut dyn ActivePort<T, BUF_SIZE>,
data: [T; BUF_SIZE],
) -> Result<(), PortError>Example of pushing data to an output port.