[][src]Trait n5_wasm::N5PromiseEtagReader

pub trait N5PromiseEtagReader {
    fn block_etag(
        &self,
        path_name: &str,
        data_attrs: &DatasetAttributes,
        grid_position: Vec<i64>
    ) -> Promise;
fn read_block_with_etag(
        &self,
        path_name: &str,
        data_attrs: &DatasetAttributes,
        grid_position: Vec<i64>
    ) -> Promise; }

Required methods

fn block_etag(
    &self,
    path_name: &str,
    data_attrs: &DatasetAttributes,
    grid_position: Vec<i64>
) -> Promise

fn read_block_with_etag(
    &self,
    path_name: &str,
    data_attrs: &DatasetAttributes,
    grid_position: Vec<i64>
) -> Promise

Loading content...

Implementors

impl<T> N5PromiseEtagReader for T where
    T: N5AsyncEtagReader
[src]

Loading content...