Trait orkhon::prelude::internal::MaybeProduct[]

pub trait MaybeProduct<D> {
    pub fn maybe_product(self) -> Result<D, Error>;
}

Required methods

pub fn maybe_product(self) -> Result<D, Error>

Loading content...

Implementors

impl<D, A, I> MaybeProduct<D> for I where
    I: Iterator<Item = A>,
    A: Borrow<D>,
    D: DimLike

Loading content...