RustQ.Syn.Type.Ref (rustq v0.6.0)

Copy Markdown View Source

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

Summary

Types

t()

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