pub trait IWindowController: IObject {
fn acquire_foreground_rights(&mut self) -> Result<()>;
fn sf_server_impl_acquire_foreground_rights(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()> { ... }
fn get_sf_command_metadata_table(&self) -> CommandMetadataTable { ... }
}