Trait fingertrees::Ref[][src]

pub trait Ref: Clone + Deref where
    Self::Target: Sized
{ fn new(value: Self::Target) -> Self; }
Expand description

Interface that all reference types should impelmenet

Required methods

Construct reference from target type

Implementations on Foreign Types

Implementors