Skip to main content

interface

Attribute Macro interface 

Source
#[interface]
Expand description

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