Docs.rs
tesseract-swift-0.5.6
tesseract-swift 0.5.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
ypopovych
Dependencies
tesseract-swift-transport ^0.5.6
normal
tesseract-swift-utils ^0.5.6
normal
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tesseract_
swift
0.5.6
AsCRef
Required Methods
as_cref
Implementations on Foreign Types
&'a [V]
Vec<V>
Implementors
In tesseract_
swift::
utils::
traits
tesseract_swift
::
utils
::
traits
Trait
AsCRef
Copy item path
Source
pub trait AsCRef<T> { // Required method fn
as_cref
(&self) -> T; }
Required Methods
§
Source
fn
as_cref
(&self) -> T
Implementations on Foreign Types
§
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for &'a
[V]
Source
§
fn
as_cref
(&self) ->
CArrayRef
<'a, V>
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for
Vec
<V>
Source
§
fn
as_cref
(&self) ->
CArrayRef
<'a, V>
Implementors
§
Source
§
impl
AsCRef
<
*const
i8
> for
CString
Source
§
impl<'a, V>
AsCRef
<
CArrayRef
<'a, V>> for
CArray
<V>