You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the derive InitSpace macro don't have a easiest way to set a raw space for any field. If this field does not implement the space trait it can be painful.
My solution est to add an attribute #[space(len)] to have the possibility to add raw space or override the current calculation of the space
You can assign the task to me I will handle it
The text was updated successfully, but these errors were encountered:
Actually, the derive InitSpace macro don't have a easiest way to set a raw space for any field. If this field does not implement the space trait it can be painful.
My solution est to add an attribute
#[space(len)]
to have the possibility to add raw space or override the current calculation of the spaceYou can assign the task to me I will handle it
The text was updated successfully, but these errors were encountered: