Trait embed_nu::IntoArgument
source · pub trait IntoArgument {
// Required method
fn into_argument(self) -> Argument;
}
Expand description
Converts a given type into an argument
pub trait IntoArgument {
// Required method
fn into_argument(self) -> Argument;
}
Converts a given type into an argument