Trait workflow_terminal::cli::Context
source · pub trait Context: Sync + Send + AnySync {
// Required method
fn term(&self) -> Arc<Terminal>;
}
pub trait Context: Sync + Send + AnySync {
// Required method
fn term(&self) -> Arc<Terminal>;
}