Struct configuration::Node [] [src]

pub struct Node(_);

A node.

Methods

impl Node
[src]

Create a node.

Read a value.

Write a value.

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter.

impl From<Options> for Node
[src]

Performs the conversion.