Trait tet_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.

Loading content...

Implementors

impl<S, T: UncheckedFrom<S>> UncheckedInto<T> for S[src]

Loading content...