Docs.rs
value-expr-0.1.1
value-expr 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ukuq
Dependencies
proc-macro2 ^1.0.94
normal
syn ^2.0.99
normal
Versions
15.79%
of the crate is documented
Go to latest version
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
value_
expr
0.1.1
IValue
Required Methods
to_i32
Implementations on Foreign Types
&Box<Value>
[V]
Implementors
In crate value_
expr
value_expr
Trait
IValue
Copy item path
Source
pub trait IValue<T: ?
Sized
> { // Required method fn
to_i32
(&self, ctx:
&mut T
) ->
i32
; }
Required Methods
§
Source
fn
to_i32
(&self, ctx:
&mut T
) ->
i32
Implementations on Foreign Types
§
Source
§
impl<T:
IContext
>
IValue
<T> for &
Box
<
Value
>
Source
§
fn
to_i32
(&self, ctx:
&mut T
) ->
i32
Source
§
impl<T:
IContext
, V:
IValue
<T>>
IValue
<T> for
[V]
Source
§
fn
to_i32
(&self, ctx:
&mut T
) ->
i32
Implementors
§
Source
§
impl<T:
IContext
>
IValue
<T> for
Value