PyWrapperT2

Type Alias PyWrapperT2 

Source
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 */ }