1 2 3 4 5 6
use crate::ns::*; pub struct SymbolFactory<'a>(pub(crate) &'a SemanticHost); impl<'a> SymbolFactory<'a> { }