pub trait LocalForm: Copy {
    type GlobalForm: Copy;
}
Expand description

Implemented for types that are the local form of a global type

See Local for more information.

Required Associated Types

The global form of the implementing type

Implementations on Foreign Types

Implementors