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

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

marker trait for List

Required methods

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

convert to list request with filters

Loading content...

Implementors

Loading content...