Docs.rs
lazy-template-0.1.0
lazy-template 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KSXGitHub
Dependencies
derive_more ^2.0.1
normal
pipe-trait ^0.4.0
normal
split-char-from-str ^0.0.0
normal
pretty_assertions ^1.4.1
dev
semver ^1.0.27
dev
text-block-macros ^0.2.0
dev
Versions
21.13%
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
Parser
lazy_
template
0.1.0
Parser
Aliased Type
Trait Implementations
Parse<'a, ComponentParserInput<'a>>
In lazy_
template::
enclosed::
simple_
query
lazy_template
::
enclosed
::
simple_query
Type Alias
Parser
Copy item path
Source
pub type Parser =
SimpleQueryParser
;
Aliased Type
§
pub struct Parser;
Trait Implementations
§
Source
§
impl<'a>
Parse
<'a,
ComponentParserInput
<'a>> for
Parser
Source
§
type
Output
= &'a
str
Source
§
type
Error
=
Option
<
ParseError
>
Source
§
fn
parse
( &self, input:
ParserInput
<'a>, ) ->
Result
<(Self::
Output
, &'a
str
), Self::
Error
>
Source
§
fn
parse_as_component
( &self, input: Input, ) ->
Result
<
Option
<(Self::
Output
, &'a
str
)>, <Self::
Error
as
IntoSkipOrFatal
>::
Fatal
>
where Self::
Error
:
IntoSkipOrFatal
,