Crate pmis

Source

Re-exports§

pub use client::Client;
pub use schema::Paste;
pub use session::Session;

Modules§

client
operations
schema
session

Structs§

DateTime
ISO 8601 combined date and time with time zone.
PathBuf
An owned, mutable path (akin to String).
Url
A parsed URL record.
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
Uuid
A Universally Unique Identifier (UUID).

Type Aliases§

Result
Result<T, Error>