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