pub struct SteinerTreeOutput<'g, S, G>{ /* private fields */ }
Implementations§
Source§impl<S, G> SteinerTreeOutput<'_, S, G>
impl<S, G> SteinerTreeOutput<'_, S, G>
pub fn minimum_from_source(&self, source: G::VIndex) -> S::T
Auto Trait Implementations§
impl<'g, S, G> Freeze for SteinerTreeOutput<'g, S, G>where
G: ?Sized,
impl<'g, S, G> RefUnwindSafe for SteinerTreeOutput<'g, S, G>where
G: RefUnwindSafe + ?Sized,
<G as VertexMap<<S as ShortestPathSemiRing>::T>>::Vmap: RefUnwindSafe,
impl<'g, S, G> Send for SteinerTreeOutput<'g, S, G>
impl<'g, S, G> Sync for SteinerTreeOutput<'g, S, G>
impl<'g, S, G> Unpin for SteinerTreeOutput<'g, S, G>
impl<'g, S, G> UnwindSafe for SteinerTreeOutput<'g, S, G>where
G: RefUnwindSafe + ?Sized,
<G as VertexMap<<S as ShortestPathSemiRing>::T>>::Vmap: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more