async_flow/tokio/
output.rs

1// This is free and unencumbered software released into the public domain.
2
3use super::Outputs;
4
5pub type Output<T> = Outputs<T, 1>;