Skip to main content

Builder

Trait Builder 

Source
pub trait Builder {
    // Required method
    fn build(self) -> PluginValue;
}
Expand description

A builder that can be converted to a PluginValue

Required Methods§

Source

fn build(self) -> PluginValue

Convert this builder to a PluginValue

Implementors§