Function try_extract_nodeset

Source
pub(crate) fn try_extract_nodeset<E, N: Node>(
    v: Value<N>,
) -> Result<Vec<N>, Error<E>>