pub type PyWrapperT0<T> = Result<T, Infallible>;Expand description
Can only obtain alias references
Aliased Type§
enum PyWrapperT0<T> {
Ok(T),
Err(Infallible),
}pub type PyWrapperT0<T> = Result<T, Infallible>;Can only obtain alias references
enum PyWrapperT0<T> {
Ok(T),
Err(Infallible),
}