PyWrapperT1

Type Alias PyWrapperT1 

Source
pub type PyWrapperT1<T> = RwLock<Result<T, Infallible>>;
Expand description

Can obtain alias references and mutable references

Aliased Typeยง

pub struct PyWrapperT1<T> { /* private fields */ }