flipperzero_sys

Function furi_string_trim

Source
pub unsafe extern "C" fn furi_string_trim(
    string: *mut FuriString,
    chars: *const c_char,
)
Expand description

Trim a string from the given set of characters (default is “ # Arguments

  • string - The FuriString instance
  • chars - The characters