Module polars_core::chunked_array::object::registry

source ·
Available on crate feature object only.
Expand description

This is a heap allocated utility that can be used to register an object type. That object type will know its own generic type parameter T and callers can simply send &Any values and don’t have to know the generic type themselves.

Structs§

Traits§

  • This trait can be registered, after which that global registration can be used to materialize object types

Functions§

Type Aliases§