Module plain

Source
Expand description

The Conjure PLAIN format.

Structs§

ParseBinaryError
An error parsing a binary value from its Conjure PLAIN format.
ParseEnumError
An error parsing an enum from its Conjure PLAIN format.

Traits§

FromPlain
Parse a value from its Conjure PLAIN string representation.
Plain
Format trait for the Conjure PLAIN format.
ToPlain
A trait for converting a value to its Conjure PLAIN string representation.