Matrix

Trait Matrix 

Source
pub trait Matrix: Any { }
Expand description

Matrix parameter.

Implementations on Foreign Types§

Source§

impl Matrix for CellRange

Source§

impl Matrix for CellRef

Source§

impl<T: Matrix + Any + Sized> Matrix for Option<T>

Implementors§

Source§

impl<A: Matrix> Matrix for FParentheses<A>

Source§

impl<T: Any, const N: usize, const M: usize> Matrix for FMatrix<T, N, M>