pub async fn fetch_and_load_xml<F, Fut>(read_mem: F) -> Result<String, XmlError>Expand description
Fetch the GenICam XML document using the provided memory reader closure.
The closure must return the requested number of bytes starting at the provided address. It can internally perform chunked transfers.