Trait portrait_framework::Fill
source · pub trait Fill {
type Args: Parse;
// Required method
fn fill(
self,
portrait: &[TraitItem],
args: Self::Args,
item_impl: &ItemImpl
) -> Result<TokenStream>;
}Expand description
Determines how to fill the implementation of a trait.