pub type Document = DocumentImpl<Queryable>;Expand description
Public alias for backward compatibility.
The public Document type always refers to a queryable document.
Internally, we use DocumentImpl<S> for typestate enforcement.
Aliased Type§
pub struct Document { /* private fields */ }