ComponentBuilder

Trait ComponentBuilder 

Source
pub trait ComponentBuilder<T>:
    Sized
    + Clone
    + Debug
where T: Serialize + TryFrom<Self>, T::Error: Display + Debug,
{ // Provided method fn build(self) -> T { ... } }

Provided Methods§

Source

fn build(self) -> 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§