Trait ForeignType
Source pub trait ForeignType {
// Required method
fn type_name() -> &'static str;
// Provided method
fn indirection_level() -> u32 { ... }
}
Expand description
Defines a type that has identical representation for both input and output directions.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.
The default name is the name of the type.