pub trait IntoArgument {
    // Required method
    fn into_argument(self) -> Argument;
}
Expand description

Converts a given type into an argument

Required Methods§

Implementors§