Result

public enum Result: CustomStringConvertible

The type of a result responded form a camera device.

  • ok: ok
  • error: error
  • ok

    Undocumented

    Declaration

    Swift

    case ok
  • Undocumented

    Declaration

    Swift

    case error
  • Declaration

    Swift

    public var description: String