Trait kodept_parse::error::Original
source · pub trait Original<Actual> {
// Required methods
fn point_pos(&self, point: impl Into<CodePoint>) -> usize;
fn actual(&self, point: impl Into<CodePoint>) -> Actual;
}Required Methods§
fn point_pos(&self, point: impl Into<CodePoint>) -> usize
fn actual(&self, point: impl Into<CodePoint>) -> Actual
Object Safety§
This trait is not object safe.