Macro anterofit::unsizeable[][src]

macro_rules! unsizeable {
    ($($servicenm:ty),+) => { ... };
}

Create an implementation of UnsizeService for the given service trait.

Note that this only works with object-safe traits, and does not work with traits that have delegate impls. Can be invoked with more than one name at a time.