custom_error icon indicating copy to clipboard operation
custom_error copied to clipboard

Allow tuples

Open alexmozaidze opened this issue 4 years ago • 0 comments

Something like this would be nice:

custom_error!{pub Error
    EmptyCollection(&'static str) = "empty collection error: {0}",
    PackingFailed(&'static str) = "image packing error: {0}",
}

alexmozaidze avatar Oct 22 '21 15:10 alexmozaidze