vstd::std_specs::core

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§