Type Alias Userdata

Source
pub type Userdata = Arc<dyn Any + Send + Sync + 'static>;

Aliased Typeยง

struct Userdata { /* private fields */ }