Skip to main content

MintArgs

Trait MintArgs 

Source
pub trait MintArgs {
    // Required method
    fn mint_args(self) -> Self;
}

Required Methods§

Source

fn mint_args(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl MintArgs for App<'_>

Source§

fn mint_args(self) -> Self

Implementors§