logo
pub trait ToArc<B>: Sized where
    B: Reborrow,
    B::Target: AsStorage<Arc<<B as Parametric>::Data>> + AsStorage<Edge<<B as Parametric>::Data>> + Consistent + Parametric, 
{ fn into_arc(self) -> ArcView<B>; fn arc(&self) -> ArcView<&B::Target>; }

Required Methods

Implementors