RustQ.Syn.Type.Bound (rustq v1.0.0-rc.4)

Copy Markdown View Source

One ordered impl Trait bound.

Summary

Types

t()

@type t() :: %RustQ.Syn.Type.Bound{
  code: String.t(),
  kind: :trait | :lifetime | :precise_capture | :raw,
  lifetime: String.t() | nil,
  lifetimes: [String.t()],
  modifier: :maybe | nil,
  path: RustQ.Syn.Type.Path.t() | nil
}