pub trait ParseAdviseable {
// Required method
fn parse_adviseable(
input: ParseStream<'_>,
) -> Result<AdviseableInnerResult<Self>>
where Self: Sized;
}Expand description
Types that can be parsed, but might need compat advice