Trait sp_core::crypto::UncheckedInto[][src]

pub trait UncheckedInto<T> {
    fn unchecked_into(self) -> T;
}
Expand description

The counterpart to UncheckedFrom.

Required methods

The counterpart to unchecked_from.

Implementors