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

Required Associated Types§

Implementors§

source§

impl<NI> InputCapabilities<NI> for BinaryInput<NI>where NI: Idx + ToByteSlice,

source§

impl<NI> InputCapabilities<NI> for Graph500Input<NI>where NI: Idx,

source§

impl<NI, EV> InputCapabilities<NI> for EdgeListInput<NI, EV>where NI: Idx,

§

type GraphInput = EdgeList<NI, EV>