Trait fluvio_sc_schema::objects::WatchSpec[][src]

pub trait WatchSpec: Spec {
    fn into_list_request(epoch: Epoch) -> WatchRequest;
}

marker trait for List

Required methods

fn into_list_request(epoch: Epoch) -> WatchRequest[src]

convert to list request with filters

Loading content...

Implementors

Loading content...