Skip to main content

nix_get_type

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

Get value type @ingroup value_extract

§Arguments

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

§Returns

type of nix value