Docs.rs
ocypode-lang-0.2.3
ocypode-lang 0.2.3
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
TheAwiteb
Dependencies
bigdecimal ^0.3.0
normal
heck ^0.4.1
normal
miette ^5.5.0
normal
pest ^2.5.6
normal
pest_derive ^2.5.6
normal
regex ^1.7.1
normal
rustyline ^11.0.0
normal
thiserror ^1.0.39
normal
Versions
68.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SpanError
ocypode_
lang
0.2.3
Span
Error
Required Methods
span
Implementations on Foreign Types
(usize, usize)
InputLocation
Span<'_>
Implementors
In ocypode_
lang::
errors
ocypode_lang
::
errors
Trait
Span
Error
Copy item path
Source
pub trait SpanError { // Required method fn
span
(&self) -> (
usize
,
usize
); }
Required Methods
§
Source
fn
span
(&self) -> (
usize
,
usize
)
Implementations on Foreign Types
§
Source
§
impl
SpanError
for (
usize
,
usize
)
Source
§
fn
span
(&self) -> (
usize
,
usize
)
Source
§
impl
SpanError
for
InputLocation
Source
§
fn
span
(&self) -> (
usize
,
usize
)
Source
§
impl
SpanError
for
Span
<'_>
Source
§
fn
span
(&self) -> (
usize
,
usize
)
Implementors
§
Source
§
impl
SpanError
for ocypode_lang::ast::
Span