BoxedCopyFunc

typealias BoxedCopyFunc = (<Error class: unknown class>) -> <Error class: unknown class>

This function is provided by the user and should produce a copy of the passed in boxed structure.

  • param boxed The boxed structure to be copied.

  • return The newly created copy of the boxed structure.