Skip to documentation
SLOP

tiny.syn.SpanDeriveError

Reference tiny.syn SpanDeriveError

Defined in span.capacity.

The one way sizing can fail.

API (1)

Fields and members

Public fields and members.

No direct callersNo direct callsspan.capacityDeriveError
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/syn/src/span/capacity.zig:34

zig
/// The one way sizing can fail. A caller of `Capacity.derive` or `Storage.init` handles it for a/// limit too large to size. `CapacityOverflow` means the limit times the size of one span does not/// fit in a `usize`. The largest accepted limit is the largest `usize` divided by the size of one/// span.pub const DeriveError = error{CapacityOverflow};

Source: lib/syn/src/root.zig:48

zig
pub const SpanDeriveError = span.DeriveError;

Also reachable as

span.DeriveError.

Audit

Definitions1
Public names3
Members1
Version26.7.0
Revisiondaab053ee433