Trait Intersect

Source
pub trait Intersect {
    // Required method
    fn intersects(&self, glyph_set: &IntSet<GlyphId>) -> Result<bool, ReadError>;
}

Required Methods§

Source

fn intersects(&self, glyph_set: &IntSet<GlyphId>) -> Result<bool, ReadError>

Implementations on Foreign Types§

Source§

impl Intersect for &[BigEndian<GlyphId16>]

Source§

fn intersects(&self, glyph_set: &IntSet<GlyphId>) -> Result<bool, ReadError>

Implementors§