Creates a Try from binary string
Creates a Try from JSON string
Creates a Try from a Promise, resolving to Success or Failure
Creates a Try from YAML string
Type guard to check if a Try is Failure
Type guard to check if a Try is Success
Creates a Success directly without needing a callback
Creates a Failure directly without needing to throw