Skip to main content

ConnectionLookup

Trait ConnectionLookup 

Source
pub trait ConnectionLookup: Send + Sync {
    // Required method
    fn resolve_zowe(
        &self,
        connection_id: &str,
    ) -> Result<ResolvedZoweConnection, ConnectionError>;
}

Required Methods§

Implementors§