Trait hypermangle_core::console::ExecutableArgs
source · pub trait ExecutableArgs: Parser {
// Required method
async fn execute<W: AsyncWrite + Unpin>(self, writer: W);
}pub trait ExecutableArgs: Parser {
// Required method
async fn execute<W: AsyncWrite + Unpin>(self, writer: W);
}