Enum reproto_backend_python::PythonModule
[−]
[src]
pub enum PythonModule {
Requests(RequestsConfig),
}Variants
Requests(RequestsConfig)
Trait Implementations
impl Debug for PythonModule[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more