Trait zeroconf::prelude::BuilderDelegate[][src]

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

Implements a builder() function for the specified type

Provided methods

Initializes a new default builder of type T

Implementors