pub trait MarkdownLinkSetWidgetSetExt {
// Required methods
fn markdown_link_set(&self, paths: &[&[LiveId]]) -> MarkdownLinkSet;
fn as_markdown_link_set(&self) -> MarkdownLinkSet;
}Required Methods§
fn markdown_link_set(&self, paths: &[&[LiveId]]) -> MarkdownLinkSet
fn as_markdown_link_set(&self) -> MarkdownLinkSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".