Trait vstd::std_specs::core::ExInto

source ·
pub trait ExInto<T>: Sized {
    type ExternalTraitSpecificationFor: Into<T>;

    // Required method
    exec fn into(self) -> ret : T;
}

Required Associated Types§

Required Methods§

source

exec fn into(self) -> ret : T

Object Safety§

This trait is not object safe.

Implementors§