pub trait CitationListWidgetRefExt {
// Required methods
fn citation_list(&self, cx: &Cx, path: &[LiveId]) -> CitationListRef;
fn as_citation_list(&self) -> CitationListRef;
}pub trait CitationListWidgetRefExt {
// Required methods
fn citation_list(&self, cx: &Cx, path: &[LiveId]) -> CitationListRef;
fn as_citation_list(&self) -> CitationListRef;
}