Struct intiface_engine::IntifaceEngine
source · pub struct IntifaceEngine { /* private fields */ }Implementations§
source§impl IntifaceEngine
impl IntifaceEngine
pub fn backdoor_server(&self) -> Option<Arc<BackdoorServer>>
pub async fn run(
&self,
options: &EngineOptions,
external_frontend: Option<Arc<dyn Frontend>>
) -> Result<(), IntifaceEngineError>
pub fn stop(&self)
Trait Implementations§
source§impl Default for IntifaceEngine
impl Default for IntifaceEngine
source§fn default() -> IntifaceEngine
fn default() -> IntifaceEngine
Returns the “default value” for a type. Read more