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

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

The result of a Syn parser.