Type Alias justjson::doc::Document

source ·
pub type Document<'a> = GenericDocument<'a, Vec<Node<'a>>>;
Available on crate feature alloc only.
Expand description

A convenience alias for a GenericDocument that uses a Vec from std/alloc.

Aliased Type§

struct Document<'a> { /* private fields */ }