pub type ReadFn = dyn Fn(&str) -> Result<Doc, OmnistError> + Send + Sync;
text -> Doc reader callable.
text -> Doc