Skip to main content

impl_struct

Function impl_struct 

Source
fn impl_struct(
    value_type: ValueType,
    name: Ident,
    generics: Generics,
    fields: &Fields,
    signature: Option<String>,
    rename_all: Option<String>,
    ctx: &Ctx<'_>,
) -> Result<TokenStream, Error>