pub trait StaticUserdata: UserData + 'static { }
Expand description

A userdata which can be used as a static proxy

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: UserData + 'static> StaticUserdata for T