Skip to content

Protocol

PostgresDecodable

A type that can decode itself from a Postgres wire binary representation.
protocol PostgresDecodable

Overview

If you want to conform a type to PostgresDecodable, you must implement the decode method.

Topics

Initializers

Relationships

Inherited By

Conforming Types

See Also

Decoding