pub fn compile_opt<D>(world: &dyn World) -> Warned<SourceResult<D>>where
D: Document,Expand description
Compile the document if syntax-only mode is disabled; otherwise, return an error.
pub fn compile_opt<D>(world: &dyn World) -> Warned<SourceResult<D>>where
D: Document,Compile the document if syntax-only mode is disabled; otherwise, return an error.