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

Copy Markdown View Source

Rust reference type metadata, for example &Paint or &'a mut Path.

Summary

Types

t()

@type t() :: %RustQ.Syn.Type.Ref{
  code: String.t(),
  inner: RustQ.Syn.type(),
  lifetime: String.t() | nil,
  mutable: boolean()
}