Module freya_engine::prelude::svg
Modules
Structs
- Error when something goes wrong when loading an SVG file. Sadly, Skia doesn’t give further details so we can’t return a more expressive error type, but we still use this instead of
Option
to express the intent and allow forTry
.