clap-runner 0.1.1

[badawsome] make a cli integration, deps on clap
Documentation
1
2
3
pub trait OutputBound: tokio::io::AsyncWrite + Sync + Send + Unpin + 'static {}

impl<T: tokio::io::AsyncWrite + Sync + Send + Unpin + 'static> OutputBound for T {}