pub trait UserDefinedCommandOutput: Debug + Display + Send + Sync { }
A user-defined command output trait.