pub trait CallbackContext: ReadonlyContext { // Required method fn artifacts(&self) -> Option<Arc<dyn Artifacts>>; }