Function nix_get_list_size

Source
pub unsafe extern "C" fn nix_get_list_size(
    context: *mut nix_c_context,
    value: *const nix_value,
) -> c_uint
Expand description

Get the length of a list

§Arguments

  • context [out] - Optional, stores error information
  • value [in] - Nix value to inspect

§Returns

length of list, error info via context