Type Definition syn::parse::Result[][src]

pub type Result<T> = Result<T, Error>;
This is supported on crate feature parsing only.
Expand description

The result of a Syn parser.