stream_insert_string

Function stream_insert_string 

Source
pub unsafe extern "C" fn stream_insert_string(
    stream: *mut Stream,
    string: *mut FuriString,
) -> bool
Expand description

Insert string to the stream

§Arguments

  • stream - Stream instance
  • string - string value

§Returns

true if the operation was successful false on error