Docs.rs
helix-0.7.5
helix 0.7.5
Permalink
Docs.rs crate page
ISC
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
wycats
github:tildeio:employees
wafflespeanut
Dependencies
cstr-macro ^0.1.0
normal
libc ^0.2.0
normal
libcruby-sys ^0.7.5
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
helix
0.7.5
ToError
Required Methods
to_error
Implementations on Foreign Types
&'a str
String
Implementors
In crate helix
helix
Trait
ToError
Copy item path
Source
pub trait ToError { // Required method fn
to_error
(self) ->
Error
; }
Required Methods
§
Source
fn
to_error
(self) ->
Error
Implementations on Foreign Types
§
Source
§
impl
ToError
for
String
Source
§
fn
to_error
(self) ->
Error
Source
§
impl<'a>
ToError
for &'a
str
Source
§
fn
to_error
(self) ->
Error
Implementors
§
Source
§
impl
ToError
for
Error