|
rstd 0.1.0
|
Trait for constructing a type from another type, analogous to Rust's From.
More...
Trait for constructing a type from another type, analogous to Rust's From.
Implementors provide:
static from(from_t value) -> Self : Creates Self from a value of type TF. | TF | The source type to convert from. |