pub trait CellValue<'url>: AsRef<str> {
// Required methods
fn perhaps_url(&self) -> Option<Cow<'url, str>>;
fn perhaps_anchor_name(&self) -> Option<&KString>;
}Required Methods§
Sourcefn perhaps_url(&self) -> Option<Cow<'url, str>>
fn perhaps_url(&self) -> Option<Cow<'url, str>>
If appropriate for the type and instance, return a URL value
Sourcefn perhaps_anchor_name(&self) -> Option<&KString>
fn perhaps_anchor_name(&self) -> Option<&KString>
If appropriate, generate an anchor