Re-exports

pub use crate::platform::Platform;
pub use crate::client::FutureResult;

Modules

Structs

Struct representing a generic array - GenericArray<T, N> works like [T; N]

The ID of a Trussed object.

Non-exhaustive to make it unconstructable NB: Better to check in service that nothing snuck through!

An owned, mutable path

A fixed capacity String

A fixed capacity Vec

Enums

Traits

Users of this library provide a “storage driver” by implementing this trait.

Type Definitions