[][src]Trait alder::Offset

pub trait Offset {
    fn offset(&self, second: &Self) -> usize;
}

Required methods

fn offset(&self, second: &Self) -> usize

Loading content...

Implementations on Foreign Types

impl Offset for str[src]

impl<'a> Offset for &'a str[src]

Loading content...

Implementors

impl Offset for Span[src]

Loading content...