Docs.rs
casper-contract-sdk-codegen-0.1.3
casper-contract-sdk-codegen 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
casperlabs-drone
sacherjj
Dependencies
casper-contract-sdk ^0.1.3
normal
codegen ^0.2.0
normal
indexmap ^2.1.0
normal
serde ^1
normal
serde_json ^1
normal
syn ^2
normal
borsh ^1.5
dev
tempfile ^3.2.0
dev
trybuild ^1
dev
Versions
10%
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
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
casper_
contract_
sdk_
codegen
0.1.3
Into
Option
Required Methods
into_option
Implementors
In casper_
contract_
sdk_
codegen::
support
casper_contract_sdk_codegen
::
support
Trait
IntoOption
Copy item path
Source
pub trait IntoOption<T> { // Required method fn
into_option
(self) ->
Option
<T>; }
Required Methods
§
Source
fn
into_option
(self) ->
Option
<T>
Implementors
§