tiny.syn.SpanDeriveError
Defined in span.capacity.
The one way sizing can fail.
API (1)
Fields and members
Public fields and members.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |