|
rstd 0.1.0
|
Trait for consuming self and producing a value of another type, analogous to Rust's Into.
More...
Trait for consuming self and producing a value of another type, analogous to Rust's Into.
Implementors provide:
into() -> into_t : Converts self into the target type TF. | TF | The target type to convert into. |