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