pub fn convert_into_backend(input: &PyAny) -> Result<Backend, QoqoBackendError>
Expand description

Convert generic python object to roqoqo_aqt::Backend.

Fallible conversion of generic python object to roqoqo_aqt::Backend.