Module hotdrink_rs::builders::method_builder[][src]

A module to simplify method construction.

Structs

MethodBuilder

A builder for making programmatic construction of methods easier.

MethodOutput

An output of a method.

Enums

ConversionError

The actual value could not be converted to the desired one.

MethodArg

An argument passed in to a method. This should match the corresponding parameter type.

MethodInput

A parameter for a method. This can either be an immutable reference, or a mutable one. Using this type allows for specifying the type a method expects.

MutabilityMismatch

The mutability of the argument did not match the mutability that the method expected.

Type Definitions

MethodResult

A slightly different version of crate::planner::MethodResult.