pub trait CanCreateWithNoSupply: Sized {
    // Required method
    fn into_create_with_no_supply_invocation(self) -> CreateWithNoSupply;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§