Docs.rs
brzozowski-regex-0.2.0
brzozowski-regex 0.2.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
hendrikvanantwerpen
Dependencies
itertools ^0.12
normal
smallvec ^1.11
normal
Versions
52.08%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Into
Closure
brzozowski_
regex
0.2.0
Into
Closure
Required Methods
c
Implementors
In brzozowski_
regex::
syntax
Traits
IntoClosure
IntoRegex
IntoSymbol
brzozowski_regex
::
syntax
Trait
IntoClosure
Copy item path
Settings
Help
Summary
Source
pub trait IntoClosure<S:
Alphabet
> { // Required method fn
c
(self) ->
Regex
<S>; }
Required Methods
§
Source
fn
c
(self) ->
Regex
<S>
Implementors
§
Source
§
impl<S:
Alphabet
, T>
IntoClosure
<S> for T
where T: IntoClosure<
Default
<S>>,