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
type GlobalForm: Copy
type GlobalForm: Copy
The global form of the implementing type