Function flipperzero_sys::stream_insert_string
source · pub unsafe extern "C" fn stream_insert_string(
stream: *mut Stream,
string: *mut FuriString
) -> boolExpand description
Insert string to the stream
Returns:
- true if the operation was successful
- false on error
Arguments
stream- Stream instancestring- string value