Module libyml::success

source ·
Expand description

Success and Failure types for LibYML.

This module provides types for representing the success and failure of various operations within the library.

Structs§

  • Structure representing the failure state of an operation.
  • Structure representing the success state of an operation.

Constants§

  • Constant representing a failed operation.
  • Constant representing a successful operation.

Functions§

  • Checks if the given Success result indicates a failure operation.
  • Checks if the given Success result indicates a successful operation.