pub type PyWrapperT2<T> = RwLock<Result<T, ConsumedError>>;Expand description
Can obtain alias references, mutable references, and ownership
Aliased Typeยง
struct PyWrapperT2<T> { /* private fields */ }pub type PyWrapperT2<T> = RwLock<Result<T, ConsumedError>>;Can obtain alias references, mutable references, and ownership
struct PyWrapperT2<T> { /* private fields */ }