Document

Type Alias Document 

Source
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 */ }

Trait Implementations§

Source§

impl Default for Document

Source§

fn default() -> Self

Returns the “default value” for a type. Read more