[][src]Trait keebrs::matrix::Scan

pub trait Scan: Pull + Read { }

Trait combining Pull and Read to represent a full matrix

Implementors

impl<M> Scan for M where
    M: Pull + Read
[src]

Loading content...