syn_rsx/
error.rs

1#[derive(Debug, thiserror::Error)]
2pub enum Error {
3    #[error("TryFrom failed: {0}")]
4    TryFrom(String),
5}