intercom-attributes 0.4.0

See 'intercom'
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate intercom;
use intercom::*;

trait NotComInterface
{
}

#[com_class(NotComInterface)]
pub struct S;

impl NotComInterface for S {}