Function nix_get_type

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

@addtogroup value_manip Manipulating values Functions to inspect and change Nix language values, represented by nix_value. @name Getters

§Arguments

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

§Returns

type of nix value