pub trait Context<T> { // Required method fn context(self, context: &str) -> Result<T, IndexerError>; }