Docs.rs
xee-xpath-ast-0.1.1
xee-xpath-ast 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
faassen
github:paligo:xee-team
Dependencies
ahash ^0.8.11
normal
blanket ^0.4.0
normal
chumsky =1.0.0-alpha.8
normal
ibig ^0.3.6
normal
ordered-float ^5.0.0
normal
rust_decimal ^1.36.0
normal
serde ^1
normal
optional
thiserror ^2.0.12
normal
xee-name ^0.1.2
normal
xee-schema-type ^0.1.2
normal
xee-xpath-lexer ^0.1.2
normal
xee-xpath-type ^0.1.1
normal
xot ^0.29.0
normal
insta ^1.42.2
dev
ron ^0.8.1
dev
rust_decimal_macros ^1.36.0
dev
xot ^0.29.0
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
xee_
xpath_
ast
0.1.1
Namespace
Lookup
Required Methods
by_prefix
Implementations on Foreign Types
&T
Implementors
In crate xee_
xpath_
ast
xee_xpath_ast
Trait
NamespaceLookup
Copy item path
Source
pub trait NamespaceLookup { // Required method fn
by_prefix
(&self, prefix: &
str
) ->
Option
<&
str
>; }
Required Methods
§
Source
fn
by_prefix
(&self, prefix: &
str
) ->
Option
<&
str
>
Implementations on Foreign Types
§
Source
§
impl<T>
NamespaceLookup
for
&T
where T:
NamespaceLookup
,
Source
§
fn
by_prefix
(&self, prefix: &
str
) ->
Option
<&
str
>
Implementors
§
Source
§
impl
NamespaceLookup
for
Namespaces