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 */ }
pub type PyWrapperT1<T> = RwLock<Result<T, Infallible>>;
Can obtain alias references and mutable references
pub struct PyWrapperT1<T> { /* private fields */ }