Trait mlua_extras::typed::TypedDataDocumentation
source · pub trait TypedDataDocumentation<T: TypedUserData> {
// Required method
fn add(&mut self, doc: &str) -> &mut Self;
}
Expand description
Used inside of TypedUserData
to add doc comments to the userdata type itself
Required Methods§
Object Safety§
This trait is not object safe.