pub trait SqlHostStateView: Send { // Required method fn sql_host_state(&mut self) -> &mut SqlHostState; }