Trait hypermangle_core::console::ExecutableArgs
source · pub trait ExecutableArgs: Parser {
// Required method
async fn execute(self, writer: RemoteClient) -> bool;
}pub trait ExecutableArgs: Parser {
// Required method
async fn execute(self, writer: RemoteClient) -> bool;
}