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

Insert string to the stream

Returns:

  • true if the operation was successful
  • false on error

Arguments

  • stream - Stream instance
  • string - string value