pub trait ModelingCmdOutput: Debug + Serialize + DeserializeOwned + JsonSchema { }
Expand description
Anything that can be a ModelingCmd output.
Object Safety§
This trait is not object safe.
pub trait ModelingCmdOutput: Debug + Serialize + DeserializeOwned + JsonSchema { }
Anything that can be a ModelingCmd output.