YAMLRecording.this

Construct a YAMLRecording from a YAML node (produced by toYAML(Recording)).

class YAMLRecording(Input)
package
this
@trusted
(
YAMLNode data
)

Throws

ConvException if any value in the YAML has unexpected format. YAMLException if the YAML has unexpected layout.

Meta