Skip to main content

Documents

Type Alias Documents 

Source
pub type Documents<C> = HashMap<Uri, Document<C>>;
Expand description

The document store behind a running server: URI -> parsed document.

Aliased Typeยง

pub struct Documents<C> { /* private fields */ }