fn parse_type_signature<R: Reader>(input: &mut R) -> Result<DebugTypeSignature>
Expand description
Parse a type unit header’s unique type signature. Callers should handle unique-ness checking.
fn parse_type_signature<R: Reader>(input: &mut R) -> Result<DebugTypeSignature>
Parse a type unit header’s unique type signature. Callers should handle unique-ness checking.