Skip to main content

QuotedBuilder

Trait QuotedBuilder 

Source
pub trait QuotedBuilder {
    // Required method
    fn quote(&self) -> Quote;
}

Required Methods§

Source

fn quote(&self) -> Quote

The type of quote the builder uses.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§