#[derive(TryFromJs)]
{
// Attributes available to this derive:
#[boa]
}
Expand description
Derives the TryFromJs trait, with the #[boa()] attribute.
ยงPanics
It will panic if the user tries to derive the TryFromJs trait in an enum or a tuple struct.