pub type WriteFn = dyn Fn(&Doc) -> Result<String, OmnistError> + Send + Sync;
Doc -> text writer callable.
Doc -> text