Docs.rs
ucg-0.7.2
ucg 0.7.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
zaphar
Dependencies
abortable_parser ~0.2.3
normal
atty ^0.2
normal
base64 ^0.10.0
normal
clap ~2.26.0
normal
dirs ^1.0.4
normal
regex ^1
normal
rustyline ^4.1.0
normal
serde_json ~1.0.9
normal
serde_yaml ^0.8.17
normal
simple-error ^0.1
normal
toml ~0.4.8
normal
unicode-segmentation ^1.2.1
normal
xml-rs ^0.8.0
normal
bencher ~0.1.5
dev
dirs ^1.0.4
build
walkdir ^2.2.7
build
Versions
15.41%
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
FilePositioned
ucglib
0.7.2
File
Positioned
Required Methods
file
Implementations on Foreign Types
SliceIter<'a, Token>
Implementors
In ucglib::
iter
ucglib
::
iter
Trait
File
Positioned
Copy item path
Source
pub trait FilePositioned:
Positioned
{ // Required method fn
file
(&self) ->
Option
<&
PathBuf
>; }
Required Methods
§
Source
fn
file
(&self) ->
Option
<&
PathBuf
>
Implementations on Foreign Types
§
Source
§
impl<'a>
FilePositioned
for
SliceIter
<'a,
Token
>
Source
§
fn
file
(&self) ->
Option
<&
PathBuf
>
Implementors
§
Source
§
impl<'a>
FilePositioned
for
OffsetStrIter
<'a>