Type Definition fluvio_dataplane_protocol::record::DefaultRecord[][src]

type DefaultRecord = Record<DefaultAsyncBuffer>;

Implementations

impl DefaultRecord[src]

pub fn new<V>(value: V) -> Self where
    V: Into<Vec<u8>>, 
[src]

pub fn new_key_value<K, V>(key: K, value: V) -> Self where
    K: Into<Vec<u8>>,
    V: Into<Vec<u8>>, 
[src]