[][src]Struct flv_client::KfLeader

pub struct KfLeader { /* fields omitted */ }

Methods

impl KfLeader[src]

pub async fn connect(config: LeaderConfig) -> Result<Self, ClientError>[src]

Trait Implementations

impl ReplicaLeader for KfLeader[src]

type OffsetPartitionResponse = ListOffsetPartitionResponse

fn fetch_logs<'a>(
    &'a mut self,
    _offset: i64,
    _max_bytes: i32,
    _isolation: Isolation
) -> BoxStream<'a, FetchablePartitionResponse<DefaultRecords>>
[src]

Fetch log records from a target server

Auto Trait Implementations

impl !RefUnwindSafe for KfLeader

impl Send for KfLeader

impl Sync for KfLeader

impl Unpin for KfLeader

impl !UnwindSafe for KfLeader

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,