Skip to content

Conversation

@badoken
Copy link
Contributor

@badoken badoken commented Oct 8, 2022

Will allow to define forms with &[u8] fields, like

#[derive(FromForm)]
struct MyForm<'r> {
    foo: &'r [u8],
}

Should address the issue #2148

@SergioBenitez
Copy link
Member

Merged! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants