Skip to main content

parse_object_at_depth

Function parse_object_at_depth 

Source
pub fn parse_object_at_depth(
    lexer: &mut Lexer<'_>,
    depth: u32,
) -> Result<PdfObj, PdfError>
Expand description

parse_object, entered at an explicit container nesting depth.