tracexec_core/
output.rs

1use std::io::Write;
2
3pub type Output = dyn Write + Send + Sync + 'static;