1 2 3 4 5
use std::collections::HashMap; pub trait ReifyContext { fn read_ctx(&self) -> &HashMap<String, String>; }