Source code
Revision control
Copy as Markdown
Other Tools
use inherent::inherent;
struct Struct;
#[inherent]
impl Struct {
fn f() {}
}
fn main() {}
use inherent::inherent;
struct Struct;
#[inherent]
impl Struct {
fn f() {}
}
fn main() {}