[][src]Trait handlegraph::pathhandlegraph::embedded_paths::GraphPathsRefMut

pub trait GraphPathsRefMut: GraphPaths {
    type PathMut: PathBase<StepIx = Self::StepIx>;
    fn get_path_mut_ref<'a>(
        &'a mut self,
        id: PathId
    ) -> Option<&'a mut Self::PathMut>; }

Associated Types

type PathMut: PathBase<StepIx = Self::StepIx>[src]

Loading content...

Required methods

fn get_path_mut_ref<'a>(
    &'a mut self,
    id: PathId
) -> Option<&'a mut Self::PathMut>
[src]

Loading content...

Implementors

Loading content...