RustType

Type Alias RustType 

Source
pub type RustType = Box<str>;
Available on crate feature _unstable-docs only.
Expand description

A Rust type name or path.

Should be a global path (not relative).

Aliased Typeยง

pub struct RustType(/* private fields */);