pub struct Builder<I, R, A, T> { /* private fields */ }
Expand description
生成TCPSERVER,如果没有设置 tcp input 将报错
impl<I, R, A, T> Send for Builder<I, R, A, T> where
A: Send,
I: Send,
R: Send,
T: Send,
impl<I, R, A, T> Sync for Builder<I, R, A, T> where
A: Sync,
I: Sync,
R: Sync,
T: Sync,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,