Trait ExtendType

Source
pub trait ExtendType {
    // Required method
    fn single_any() -> Self;
}
Expand description

Extension methods for Type

Required Methods§

Source

fn single_any() -> Self

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.

Implementations on Foreign Types§

Source§

impl<'a> ExtendType for Type<'a>

Source§

fn single_any() -> Self

Implementors§