[][src]Trait rendy_graph::NodeSubmittable

pub trait NodeSubmittable<'a, B: Backend> {
    type Submittable: Submittable<B> + 'a;
    type Submittables: IntoIterator<Item = Self::Submittable>;
}
[]

NodeSubmittable

Associated Types

type Submittable: Submittable<B> + 'a[]

Submittable type returned from Node.

type Submittables: IntoIterator<Item = Self::Submittable>[]

Iterator over submittables returned from Node.

Implementors