pub trait ContractThirdIndexWithFirstIndexOf<TKL> {
type Output;
// Required method
fn contract_third_index_with_first_index_of(
&self,
tensor: TKL,
) -> Self::Output;
}pub trait ContractThirdIndexWithFirstIndexOf<TKL> {
type Output;
// Required method
fn contract_third_index_with_first_index_of(
&self,
tensor: TKL,
) -> Self::Output;
}