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