Trait fluvio::metadata::objects::WatchSpec[][src]

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

marker trait for List

Required methods

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

convert to list request with filters

Loading content...

Implementors

Loading content...