[][src]Function warp::filters::sse::data

pub fn data<T>(data: T) -> impl ServerSentEvent where
    T: Display + Send + Sync + 'static, 

Data field(s) ("data:")

The multiline content will be transferred using sequential data fields, one per line.