Trait spl_token_cli::clap_app::MintArgs
source · pub trait MintArgs {
// Required method
fn mint_args(self) -> Self;
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait MintArgs {
// Required method
fn mint_args(self) -> Self;
}