Trait custos_math::custos::GraphReturn
source · pub trait GraphReturn {
// Required method
fn graph(&self) -> RefMut<'_, Graph>;
}pub trait GraphReturn {
// Required method
fn graph(&self) -> RefMut<'_, Graph>;
}