Skip to content

Allow specifying Option<T> values #36

@msrd0

Description

@msrd0

Currently, a struct looking like this gives an error:

#[derive(InfluxDbWriteable)] struct InsertStatus { time: Timestamp, event_count: Option<u64>, run: Option<bool>, auto: Option<bool>, error: Option<bool> }

It would probably be sufficient to simply ignore the type if it is None.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions