Skip to main content

LMBwithEdges

Trait LMBwithEdges 

Source
pub trait LMBwithEdges<E: ?Sized> {
    // Required method
    fn lmb_with_loop_edges(&self, lmb_edges: &E) -> LmbResult<LoopMomentumBasis>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl LMBwithEdges<SubSet<Hedge>> for Graph

Source§

impl LMBwithEdges<[&EdgeIndex]> for AmplitudeGraphTerm

Source§

impl LMBwithEdges<[&EdgeIndex]> for CrossSectionGraphTerm

Source§

impl LMBwithEdges<[&EdgeIndex]> for Graph

Source§

impl LMBwithEdges<[EdgeIndex]> for AmplitudeGraphTerm

Source§

impl LMBwithEdges<[EdgeIndex]> for CrossSectionGraphTerm

Source§

impl LMBwithEdges<[EdgeIndex]> for Graph