mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-12 10:15:01 +00:00
Rename PropertyHolder to LayoutHolder
This commit is contained in:
parent
8e87e42f3e
commit
b9e49623a3
51 changed files with 280 additions and 284 deletions
|
@ -40,7 +40,7 @@ fn extract_ident(field: &Field) -> syn::Result<&Ident> {
|
|||
|
||||
/// Find the type passed into the builder and the right hand side of the assignment.
|
||||
///
|
||||
/// Applies special behaviour for easier String and WidgetCallback assignment.
|
||||
/// Applies special behavior for easier String and WidgetCallback assignment.
|
||||
fn find_type_and_assignment(field: &Field) -> syn::Result<(TokenStream2, TokenStream2)> {
|
||||
let field_ty = &field.ty;
|
||||
let field_ident = extract_ident(field)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue