pub(crate) trait CommandArgumentProtocol {
// Required method
fn protocol_argument(
&self,
) -> (ProtocolArgumentType, Option<SuggestionType>);
}Required Methods§
fn protocol_argument(&self) -> (ProtocolArgumentType, Option<SuggestionType>)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".