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 @param stream Stream instance @param string string value @return true if the operation was successful @return false on error