pub type StringPresenter<'a, B> = TermPresenter<'a, String, B>;
Aliased Typeยง
pub struct StringPresenter<'a, B> {
out: String,
backend: &'a B,
in_text: bool,
cache: VecMap<SymbolURI, Option<Rc<Notation>>>,
op_cache: VecMap<SymbolURI, Option<Rc<Notation>>>,
var_cache: VecMap<DocumentElementURI, Option<Rc<Notation>>>,
var_op_cache: VecMap<DocumentElementURI, Option<Rc<Notation>>>,
}
Fieldsยง
ยงout: String
ยงbackend: &'a B
ยงin_text: bool
ยงcache: VecMap<SymbolURI, Option<Rc<Notation>>>
ยงop_cache: VecMap<SymbolURI, Option<Rc<Notation>>>
ยงvar_cache: VecMap<DocumentElementURI, Option<Rc<Notation>>>
ยงvar_op_cache: VecMap<DocumentElementURI, Option<Rc<Notation>>>