reflectapi 0.16.11

ReflectAPI is a library for Rust code-first web service API declaration and corresponding clients code generation tools.
Documentation
#[derive(Debug)]
pub struct Local;

#[derive(Debug)]
pub struct FixedOffset;

#[derive(Debug)]
pub struct DateTime<Tz> {
    _tz: Tz,
}

#[derive(Debug)]
pub struct Utc;

#[derive(Debug)]
pub struct NaiveDateTime;

#[derive(Debug)]
pub struct NaiveDate;

#[derive(Debug)]
pub struct NaiveTime;