Module skytable::types[][src]

Expand description

Types

This module contains a collection of enumerations and traits that are used for converting multiple types, either primitve or user-defined, into Skyhash serializable items.

Warnings

When you implement any of these traits, do know what you’re doing! Implementing IntoSkyhashBytes is almost always fine, but do not implement any other traits by hand!

Enums

SnapshotResult

Result of an mksnap action

Traits

IntoSkyhashBytes

Anything that implements this trait can be turned into a String. This trait is implemented for most primitive types by default using std’s ToString trait.