//! Method-set keys for Go unexported (sealing) methods, keyed by bindgen's
//! `#[go(unexported, "<identity>")]` so structural satisfaction enforces the seal.
use EcoString;
/// `#` and `:` cannot appear in a Lisette identifier, so this key is unforgeable.
const UNEXPORTED_PREFIX: &str = "#unexported:";