Function flat_get

Source
pub fn flat_get<'t>(
    slf: &Flat<Node>,
    index: u32,
    html: &'t HtmlAllocator,
) -> Option<&'t Node>