Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/Commands/
CommandValidation.rs

1//! Command-input validation hook. Currently a placeholder.
2
3pub struct Struct;
4
5impl Struct {
6	pub fn new() -> Self { Self {} }
7}
8
9impl Default for Struct {
10	fn default() -> Self { Self::new() }
11}