pub fn named_did_cell(book: &NameBook, did: &str) -> Cell<'static>Expand description
A cell for a DID that may carry a name — used where a column holds a
reference to some other principal (Created By, Actor, a sender)
rather than the row’s own subject, so there is no room for a paired name
column. Falls back to the shortened DID.