pub trait UserData: Any { }
Expand description

Marker trait for all user data types.

Due to limitations in Rust’s type system each user-defined type must implement this.

Implementors