Struct dsrc_guts::Guts [] [src]

pub struct Guts { /* fields omitted */ }

The factory for the guts daemon data source.

Methods

impl Guts
[src]

Creates a new guts factory.

Params

  • path: The path to the unix domain socket where to connect.

Trait Implementations

impl Factory for Guts
[src]

Creates a new instance of the data source. Read more