Trait sp_core::crypto::UncheckedInto [−][src]
The counterpart to UncheckedFrom
.
Required methods
fn unchecked_into(self) -> T
[src]
The counterpart to unchecked_from
.
The counterpart to UncheckedFrom
.
fn unchecked_into(self) -> T
[src]The counterpart to unchecked_from
.
impl<S, T: UncheckedFrom<S>> UncheckedInto<T> for S
[src]fn unchecked_into(self) -> T
[src]