blob: e907e9758906f3dab7b819584c120a308b497424 [file] [log] [blame]
use thiserror::Error;
#[derive(Error, Debug)]
#[error("...")]
pub struct ErrorStruct {
source: String,
}
fn main() {}