Type Alias tc_collection::tensor::sparse::Elements

source ·
pub type Elements<T> = Pin<Box<dyn Stream<Item = Result<(Coord, T), TCError>> + Send>>;

Aliased Type§

struct Elements<T> { /* private fields */ }