Docs.rs
pycall-0.3.0
pycall 0.3.0
Permalink
Docs.rs crate page
MPL-2.0
Links
crates.io
Source
Owners
p-avital
Dependencies
tempfile ^3.1.0
normal
Versions
38.1%
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
pycall
0.3.0
AsPython
Litteral
Required Methods
fmt
Implementations on Foreign Types
HashMap<K, V>
String
Vec<T>
[T]
f32
f64
i8
i16
i32
i64
i128
isize
str
u8
u16
u32
u64
u128
usize
Implementors
In crate pycall
pycall
Trait
AsPythonLitteral
Copy item path
Source
pub trait AsPythonLitteral { // Required method fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
; }
Required Methods
§
Source
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Implementations on Foreign Types
§
Source
§
impl
AsPythonLitteral
for
f32
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
f64
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
i8
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
i16
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
i32
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
i64
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
i128
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
isize
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
str
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
u8
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
u16
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
u32
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
u64
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
u128
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
usize
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
AsPythonLitteral
for
String
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl<K:
AsPythonLitteral
, V:
AsPythonLitteral
>
AsPythonLitteral
for
HashMap
<K, V>
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl<T:
AsPythonLitteral
>
AsPythonLitteral
for
[T]
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl<T:
AsPythonLitteral
>
AsPythonLitteral
for
Vec
<T>
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
<
()
,
Error
>
Implementors
§