Type Alias array_bytes::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

The main result of array-bytes.

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§