☰
QuickInto
Required Methods
quick_into
Implementors
In aoc_nums
?
Trait
aoc_nums
::
QuickInto
source
·
[
−
]
pub trait QuickInto<Other> { // Required method fn
quick_into
(self) -> Other; }
Required Methods
§
source
fn
quick_into
(self) -> Other
Implementors
§
source
§
impl<From, To>
QuickInto
<To> for From
where To:
QuickFrom
<From>,