Re-exports§
pub use self::canvas::Canvas;
Modules§
Macros§
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
.