pub fn document_root() -> Result<PathBuf, DocumentStoreError>Expand description
The server-owned root every snapshot lives under, resolved from the Aion home.
ยงErrors
Returns DocumentStoreError::HomeUnresolved when the Aion home cannot be
resolved. Nothing is defaulted: a snapshot written somewhere nobody chose is
a path a record would then replay forever.