PyWrapperT0

Type Alias PyWrapperT0 

Source
pub type PyWrapperT0<T> = Result<T, Infallible>;
Expand description

Can only obtain alias references

Aliased Type§

pub enum PyWrapperT0<T> {
    Ok(T),
    Err(Infallible),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Infallible)

Contains the error value