rstd 0.1.0
Loading...
Searching...
No Matches
rstd::convert::Into< TF > Struct Template Referenceexport
module rstd.core

Trait for consuming self and producing a value of another type, analogous to Rust's Into. More...

Detailed Description

template<typename TF>
struct rstd::convert::Into< TF >

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.
    Template Parameters
    TFThe target type to convert into.

The documentation for this struct was generated from the following file: