Docs.rs
ve3-shared-0.9.1
ve3-shared 0.9.1
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
0xphilipp
Dependencies
cosmwasm-schema ^1.5
normal
cosmwasm-std ^1.5
normal
cw-address-like ^1.0.4
normal
cw-asset ^3.1
normal
cw-ownable ^0.5
normal
cw-storage-plus ^1.2
normal
cw20 ^1.1
normal
cw721 ^0.18.0
normal
cw721-base ^0.18.0
normal
osmosis-std-derive ^0.13.2
normal
prost ^0.11.0
normal
prost-types ^0.11.1
normal
schemars ^0.8
normal
semver ^1.0
normal
serde ^1.0
normal
thiserror ^1.0
normal
Versions
13.63%
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
ve3_
shared
0.9.1
GetPeriod
Required Methods
get_period
Implementations on Foreign Types
Option<Time>
Implementors
In ve3_
shared::
helpers::
time
ve3_shared
::
helpers
::
time
Trait
GetPeriod
Copy item path
Source
pub trait GetPeriod { // Required method fn
get_period
(self, env: &
Env
) ->
StdResult
<
u64
>; }
Required Methods
§
Source
fn
get_period
(self, env: &
Env
) ->
StdResult
<
u64
>
Implementations on Foreign Types
§
Source
§
impl
GetPeriod
for
Option
<
Time
>
Source
§
fn
get_period
(self, env: &
Env
) ->
StdResult
<
u64
>
Implementors
§
Source
§
impl
GetPeriod
for
Time