Module opendp::ffi::any

source ·
Expand description

A collection of types and utilities for doing type erasure, using Any types and downcasting. This makes it convenient to pass values over FFI, because generic types are erased, and everything has a single concrete type.

This is made possible by glue functions which can take the Any representation and downcast to the correct concrete type.

Re-exports§

Modules§

Macros§

Structs§

Traits§

Functions§

Type Aliases§