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

Required Methods§

source

fn mint_args(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl MintArgs for App<'_, '_>

source§

fn mint_args(self) -> Self

Implementors§