Docs.rs
extendr-api-0.6.0
extendr-api 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
andy-thomason
clauswilke
yutannihilation
multimeric
CGMossa
Ilia-Kosenkov
Dependencies
either ^1.8.1
normal
extendr-macros ^0.6.0
normal
libR-sys ^0.6.0
normal
libc ^0.2
normal
ndarray ^0.15.3
normal
num-complex ^0.4
normal
once_cell ^1
normal
paste ^1.0.5
normal
serde ^1.0
normal
extendr-engine ^0.6.0
dev
rstest ^0.18.1
dev
Versions
50.75%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
extendr_api
0.6.0
IntoRobj
Required Methods
into_robj
Implementors
In extendr_api::robj
?
Trait
extendr_api
::
robj
::
IntoRobj
source
·
[
−
]
pub trait IntoRobj { // Required method fn
into_robj
(self) ->
Robj
; }
Required Methods
§
source
fn
into_robj
(self) ->
Robj
Implementors
§
source
§
impl<T>
IntoRobj
for T
where
Robj
:
From
<T>,