Function graphql_client_codegen::deprecation::extract_deprecation_strategy[][src]

pub fn extract_deprecation_strategy(
    ast: &DeriveInput
) -> Result<DeprecationStrategy, Error>

Get the deprecation from a struct attribute in the derive case.