Skip to main content

delegate

Macro delegate 

Source
macro_rules! delegate {
    ($from_type:ty, $to_type:ty) => { ... };
}
Expand description

A macro to implement From and Deref for a delegate type pair. This is not suitable for newtypes with inner constraints.