pub trait TryFromPos<T>: Sized {
    fn try_from_pos(value: T, pos: Position) -> TypeResult<Self>;
}

Required Methods§

Implementors§