logo

Type Definition proc_macro_tools::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result with syn::Error.