[][src]Trait extrahop::Builder

pub trait Builder {
    type Builder: Default;
    fn builder() -> Self::Builder { ... }
}

Create a new builder for the type implementing this trait.

Associated Types

Loading content...

Provided methods

fn builder() -> Self::Builder

Creates the builder

Loading content...

Implementors

impl Builder for Query[src]

impl Builder for Step[src]

impl Builder for Walk[src]

Loading content...