Result
public enum Result: CustomStringConvertible
The type of a result responded form a camera device.
- ok: ok
- error: error
-
Undocumented
Declaration
Swift
case ok
-
Undocumented
Declaration
Swift
case error
-
Declaration
Swift
public var description: String