nominal-api 0.1239.0

API bindings for the Nominal platform
Documentation
#[doc(inline)]
pub use self::channel_variable::ChannelVariable;
#[doc(inline)]
pub use self::channel_variable_compute_expression::ChannelVariableComputeExpression;
#[doc(inline)]
pub use self::channel_variable_compute_expression_input::ChannelVariableComputeExpressionInput;
#[doc(inline)]
pub use self::channel_variable_compute_expression_input_data_type::ChannelVariableComputeExpressionInputDataType;
#[doc(inline)]
pub use self::channel_variable_compute_expression_input_value::ChannelVariableComputeExpressionInputValue;
#[doc(inline)]
pub use self::channel_variable_compute_expression_v1::ChannelVariableComputeExpressionV1;
#[doc(inline)]
pub use self::channel_variable_compute_expression_v1_python::ChannelVariableComputeExpressionV1Python;
#[doc(inline)]
pub use self::channel_variable_name::ChannelVariableName;
#[doc(inline)]
pub use self::compute_node_with_context::ComputeNodeWithContext;
#[doc(inline)]
pub use self::compute_spec::ComputeSpec;
#[doc(inline)]
pub use self::compute_spec_v1::ComputeSpecV1;
#[doc(inline)]
pub use self::variable_locator::VariableLocator;
#[doc(inline)]
pub use self::workbook_channel_variable_map::WorkbookChannelVariableMap;
#[doc(inline)]
pub use self::workbook_context::WorkbookContext;
pub mod channel_variable;
pub mod channel_variable_compute_expression;
pub mod channel_variable_compute_expression_input;
pub mod channel_variable_compute_expression_input_data_type;
pub mod channel_variable_compute_expression_input_value;
pub mod channel_variable_compute_expression_v1;
pub mod channel_variable_compute_expression_v1_python;
pub mod channel_variable_name;
pub mod compute_node_with_context;
pub mod compute_spec;
pub mod compute_spec_v1;
pub mod variable_locator;
pub mod workbook_channel_variable_map;
pub mod workbook_context;