CreateArgs

Trait CreateArgs 

Source
pub trait CreateArgs {
    type Input;
    type Output;

    // Required method
    fn create_args(&mut self, input: Self::Input) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn create_args(&mut self, input: Self::Input) -> Self::Output

Implementors§