#[interface]Expand description
Declare an interface: an opaque object type with constructors, methods,
and statics read from its impl block. Methods must take &self.
#[interface]Declare an interface: an opaque object type with constructors, methods,
and statics read from its impl block. Methods must take &self.