cynic_parser::executable::iter

Trait IdReader

source
pub trait IdReader<'a> {
    type Id: ExecutableId;

    // Required method
    fn new(id: Self::Id, document: &'a ExecutableDocument) -> Self;
}

Required Associated Types§

Required Methods§

source

fn new(id: Self::Id, document: &'a ExecutableDocument) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§