pub trait InputCapabilities<NI> where
    NI: Idx
{ type GraphInput; }

Associated Types

Implementors