Trait TypeGroupBuilder

Source
pub trait TypeGroupBuilder {
    // Required method
    fn new(elem: impl IntoType) -> Self;
}

Required Methods§

Source

fn new(elem: impl IntoType) -> 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 TypeGroupBuilder for TypeGroup

Source§

fn new(elem: impl IntoType) -> Self

Implementors§