Trait variadic_from::From_1
source · pub trait From_1<Arg>where
Self: Sized,{
// Required method
fn from_1(arg: Arg) -> Self;
}Expand description
Constructor with single argument.
Required Methods§
Object Safety§
This trait is not object safe.