[][src]Crate frombytes

Defines a cursor over a slice of bytes.

Structs

Bytes

A cursor over a slice of bytes.

Error

A generic error that can occur while reading bytes.

Traits

FromBytes

Fallible conversion of bytes to a new type.

Type Definitions

Result

A result type to use in this crate.