pub trait CallbackContext: ReadonlyContext {
// Required method
fn artifacts(&self) -> Option<Arc<dyn Artifacts>>;
}Expand description
Core traits and types.
Always available regardless of feature flags. Includes:
pub trait CallbackContext: ReadonlyContext {
// Required method
fn artifacts(&self) -> Option<Arc<dyn Artifacts>>;
}Core traits and types.
Always available regardless of feature flags. Includes: