Skip to main content

GraphData

Trait GraphData 

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

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Source§

type Value = S