pub trait ForeignType {
    fn type_name() -> &'static str;

    fn indirection_level() -> u32 { ... }
}
Expand description

Defines a type that has identical representation for both input and output directions.

Required Methods

The name of the type.

Provided Methods

Implementations on Foreign Types

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.

The name of the type.

Implementors