Completion
public typealias Completion = (Result<UnsafeMutableRawPointer, Error>) -> Void
A closure used to save the original implementation or handle errors.
Orion 1.0.2 Docs (100% documented)
public typealias Completion = (Result<UnsafeMutableRawPointer, Error>) -> Void
A closure used to save the original implementation or handle errors.