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