RustType

Type Alias RustType 

Source
pub type RustType = Box<str>;
Expand description

A Rust type name or path.

Should be a global path (not relative).

Aliased Typeยง

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