Trait text2::FromAnchor

source ·
pub trait FromAnchor {
    // Required method
    fn from_anchor(anchor: &Anchor, snapshot: &BufferSnapshot) -> Self;
}

Required Methods§

source

fn from_anchor(anchor: &Anchor, snapshot: &BufferSnapshot) -> Self

Implementations on Foreign Types§

source§

impl FromAnchor for usize

source§

fn from_anchor(anchor: &Anchor, snapshot: &BufferSnapshot) -> Self

Implementors§