pub trait LuaDocDetailOwner: LuaAstNode {
// Provided methods
fn get_detail(&self) -> Option<LuaDocDetailToken> { ... }
fn get_detail_text(&self) -> Option<String> { ... }
}
Provided Methods§
fn get_detail(&self) -> Option<LuaDocDetailToken>
fn get_detail_text(&self) -> Option<String>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.