Skip to main content

GdbBackendFactory

Trait GdbBackendFactory 

Source
pub trait GdbBackendFactory: Send + Sync {
    // Required method
    fn create(&self, config: &ServerConfig) -> Box<dyn GdbBackend>;
}

Required Methods§

Source

fn create(&self, config: &ServerConfig) -> Box<dyn GdbBackend>

Implementors§