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
Well, theoretically there shouldn't be anything preventing you from using any type with Rect_ I just wanted to be on the safe side. Can you still please tell me why you need it?
as we use coordinate x and y, (0,0) starts from left-top, maybe it is more precisely using usize type.
I am doing some kind of exercise, code
follow the example, which using photon-rs to do image crop,
can i use validate_type macro in my project
valid_types!(ValidRectType: u32);
The text was updated successfully, but these errors were encountered: