Docs.rs
ic-canister-kit-0.3.21
ic-canister-kit 0.3.21
Docs.rs crate page
Apache-2.0
09 December 2023
Links
Repository
crates.io
Source
Owners
lazyanubis
Dependencies
base32 ^0.4.0
normal
candid ^0.9.3
normal
crc32fast ^1.3.2
normal
hex ^0.4.3
normal
ic-cdk ^0.11.3
normal
ic-cdk-timers ^0.5.1
normal
serde ^1
normal
serde_json ^1.0.95
normal
sha2 ^0.10.6
normal
Versions
5.51%
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
☰
ic_canister_kit
0.3.21
Initial
Required Methods
init
Implementors
In ic_canister_kit::stable::initial
?
Trait
ic_canister_kit
::
stable
::
initial
::
Initial
source
·
[
−
]
pub trait Initial<T> { // Required method fn
init
(&mut self, arg: T); }
Expand description
初始化数据
Required Methods
§
source
fn
init
(&mut self, arg: T)
Implementors
§