Docs.rs
  • syn_builder-0.2.0
    • syn_builder 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • andrewlowndes
    • Dependencies
      • proc-macro2 ^1.0.64 normal
      • syn ^2.0.25 normal
      • quote ^1.0.29 dev
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

syn_builder0.2.0

IntoType

Required Methods

  • into_type

Implementations on Foreign Types

  • TokenStream
  • Type
  • TypeArray
  • TypeBareFn
  • TypeGroup
  • TypeImplTrait
  • TypeInfer
  • TypeMacro
  • TypeNever
  • TypeParen
  • TypePath
  • TypePtr
  • TypeReference
  • TypeSlice
  • TypeTraitObject
  • TypeTuple

Implementors

In crate syn_builder

syn_builder

Trait IntoType

Source
pub trait IntoType {
    // Required method
    fn into_type(self) -> Type;
}

Required Methods§

Source

fn into_type(self) -> Type

Implementations on Foreign Types§

Source§

impl IntoType for Type

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TokenStream

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeArray

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeBareFn

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeGroup

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeImplTrait

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeInfer

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeMacro

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeNever

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeParen

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypePath

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypePtr

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeReference

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeSlice

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeTraitObject

Source§

fn into_type(self) -> Type

Source§

impl IntoType for TypeTuple

Source§

fn into_type(self) -> Type

Implementors§