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