Struct cynic_codegen::scalar_derive::ScalarDeriveInput
source · pub struct ScalarDeriveInput { /* private fields */ }Implementations§
source§impl ScalarDeriveInput
impl ScalarDeriveInput
pub fn schema_module(&self) -> Path
Trait Implementations§
source§impl FromDeriveInput for ScalarDeriveInput
impl FromDeriveInput for ScalarDeriveInput
source§fn from_derive_input(__di: &DeriveInput) -> Result<Self>
fn from_derive_input(__di: &DeriveInput) -> Result<Self>
Create an instance from
syn::DeriveInput, or return an error.