Compiling checkpoint
This commit is contained in:
parent
76993f6b57
commit
0747131bd4
11 changed files with 262 additions and 48 deletions
|
@ -109,6 +109,8 @@ pub fn styleable_trait(_item: TokenStream) -> TokenStream {
|
|||
|
||||
let output = quote! {
|
||||
pub trait Styleable {
|
||||
type Style: refineable::Refineable;
|
||||
|
||||
fn declared_style(&mut self) -> &mut playground::style::StyleRefinement;
|
||||
|
||||
fn style(&mut self) -> playground::style::Style {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue