Module irc_bot::util::yaml[][src]

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Kind

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

any_to_str

Converts any type of YAML node to a string.

parse_node

Parses a lone YAML node.

scalar_to_str

Converts a scalar YAML node to a string.

Type Definitions

Result

Convenient wrapper around std::Result.