☰
Into2
Required Methods
into2
Implementors
In orml_traits::parameters
?
Trait
orml_traits
::
parameters
::
Into2
source
·
[
−
]
pub trait Into2<T>:
Sized
{ // Required method fn
into2
(self) -> T; }
Required Methods
§
source
fn
into2
(self) -> T
Implementors
§
source
§
impl<T, U>
Into2
<U> for T
where U:
From2
<T>,