Trait hypermangle_core::console::ExecutableArgs
source · pub trait ExecutableArgs: Parser + Send + 'static {
// Required method
fn execute(self, writer: RemoteClient) -> impl Future<Output = bool> + Send;
}pub trait ExecutableArgs: Parser + Send + 'static {
// Required method
fn execute(self, writer: RemoteClient) -> impl Future<Output = bool> + Send;
}