pub trait ConnectorContext { // Required methods fn type(&self) -> String; fn version(&self) -> String; }