furi_string_mid

Function furi_string_mid 

Source
pub unsafe extern "C" fn furi_string_mid(
    string: *mut FuriString,
    index: usize,
    size: usize,
)
Expand description

Trim the string from position index to size bytes.

See also furi_string_set_n.

ยงArguments

  • string - The FuriString instance
  • index - The index
  • size - The size