pub async fn add<T>(lhs: Inputs<T>, rhs: Inputs<T>, sums: Outputs<T>) -> Resultwhere T: Add<Output = T>,
A block that outputs the sums of input numbers.