GraphData

Trait GraphData 

Source
pub trait GraphData {
    type Value: ?Sized;
}

Required Associated Types§

Implementors§

Source§

impl<S> GraphData for S
where S: Scalar<Real = S>,

Source§

type Value = S