Module ct_tracker_lib::errors[][src]

Structs

GlobError

A glob iteration error.

IoError

The error type for I/O operations of the Read, Write, Seek, and associated traits.

JsonError

This type represents all possible errors that can occur when serializing or deserializing JSON data.

Enums

AppDirsError

Error type for any app_dirs operation.

CtError

Type Definitions

ADResult
CtResult
GlobResult

An alias for a glob iteration result.

IoResult

A specialized Result type for I/O operations.

JsonResult

Alias for a Result with the error type serde_json::Error.