pub fn anchor(
    anchor_type: String,
    anchor_text: String
) -> ExternResult<EntryHash>
Expand description

Simple string interface to simple string based paths. a.k.a “the anchor pattern” that predates paths by a few years.