parse_indirect_object

Function parse_indirect_object 

Source
pub fn parse_indirect_object(
    lexer: &mut Lexer<'_>,
    r: &impl Resolve,
    decoder: Option<&Decoder>,
    flags: ParseFlags,
) -> Result<(PlainRef, Primitive)>
Expand description

Parses an Object starting at the current position of lexer. Almost as Reader::parse_object, but this function does not take Reader, at the expense that it cannot dereference