Trait fingertrees::Ref

source ·
pub trait Ref: Clone + Derefwhere
    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§