Type Alias acme_tensor::shape::ShapeResult

source ·
pub type ShapeResult<T = ()> = Result<T, ShapeError>;

Aliased Type§

enum ShapeResult<T = ()> {
    Ok(T),
    Err(ShapeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ShapeError)

Contains the error value