[][src]Function tremor_influx::decode

pub fn decode<'input, V>(data: &'input str, ingest_ns: u64) -> Result<Option<V>> where
    V: ValueTrait + Mutable + Builder<'input> + 'input + Debug,
    <V as ValueTrait>::Key: From<Cow<'input, str>> + From<&'input str>, 

Tries to parse a striung as an influx line protocl message