pub trait TypeTreeReadContext {
// Required method
fn get(&self) -> &dyn TypeTree;
}Expand description
Type returned from TypeTreeForUser, a trait for something that dereferences
to a dyn TypeTree.
pub trait TypeTreeReadContext {
// Required method
fn get(&self) -> &dyn TypeTree;
}Type returned from TypeTreeForUser, a trait for something that dereferences
to a dyn TypeTree.