pub trait LocalForm {
    type GlobalForm;
}
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