Docs.rs
num-sign-0.1.2
num-sign 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
u1roh
Dependencies
serde ^1.0
normal
optional
serde_json ^1.0
dev
Versions
16.67%
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
Signed
num_
sign
0.1.2
Signed
Required Methods
sign
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
isize
Implementors
In crate num_
sign
num_sign
Trait
Signed
Copy item path
Source
pub trait Signed { // Required method fn
sign
(&self) ->
Option
<
Sign
>; }
Required Methods
§
Source
fn
sign
(&self) ->
Option
<
Sign
>
Implementations on Foreign Types
§
Source
§
impl
Signed
for
f32
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
f64
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
i8
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
i16
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
i32
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
i64
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Source
§
impl
Signed
for
isize
Source
§
fn
sign
(&self) ->
Option
<
Sign
>
Implementors
§