Skip to main content

SigId

Type Alias SigId 

Source
pub type SigId = String;
Expand description

Signature identity of a function or type — the part that stays stable across body edits. Wraps the same string identity lex-store uses; we keep it as String here so this crate has no dependency on lex-store’s internals.

Aliased Type§

pub struct SigId { /* private fields */ }