[][src]Function aspect_weave::weave_impl_block

pub fn weave_impl_block<W: Weave>(
    attrs: TokenStream,
    item: TokenStream
) -> Result<WovenImplBlock<W::MacroAttributes, <W as ParseAttributes>::Type>>

Weave an impl block

This method is meant to be called from a custom procedural macro.