ruffle/render/src/error.rs

2 lines
45 B
Rust
Raw Normal View History

pub type Error = Box<dyn std::error::Error>;