Trait proclet::PMExt

source ·
pub trait PMExt: ProcMacroExt<PMExt = Self> + PM { }
Expand description

Enable extension traits for PM.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl PMExt for proclet::PM1

Available on crate feature proc-macro only.
source§

impl PMExt for proclet::PM2

Available on crate feature proc-macro2 only.