[][src]Trait zeroconf::builder::BuilderDelegate

pub trait BuilderDelegate<T: Default> {
    fn builder() -> T { ... }
}

Implements a builder() function for the specified type

Provided methods

fn builder() -> T

Initializes a new default builder of type T

Loading content...

Implementors

Loading content...