pub trait ContextLike {
// Required method
fn path(&self, name: &'static str) -> TokenStream;
// Provided method
fn constructivism(&self) -> TokenStream { ... }
}pub trait ContextLike {
// Required method
fn path(&self, name: &'static str) -> TokenStream;
// Provided method
fn constructivism(&self) -> TokenStream { ... }
}