pub trait DittoAttachmentTokenLike {
// Required method
fn parse_attachment_token(self) -> Result<DittoAttachmentToken, DittoError>;
}Expand description
Trait abstracting over DittoAttachmentToken and a
QueryResultItem::value() matching an input
DittoAttachment.