Docs.rs
basiccountminsketch-0.1.2
basiccountminsketch 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kjgorman
Dependencies
rand ^0.3.12
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
IntoSketch
basiccms
0.1.2
Into
Sketch
Required Methods
asu64
Implementations on Foreign Types
&'a str
String
u64
Implementors
In crate basiccms
basiccms
Trait
Into
Sketch
Copy item path
Source
pub trait IntoSketch { // Required method fn
asu64
(&self) ->
u64
; }
Required Methods
§
Source
fn
asu64
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
IntoSketch
for
u64
Source
§
fn
asu64
(&self) ->
u64
Source
§
impl
IntoSketch
for
String
Source
§
fn
asu64
(&self) ->
u64
Source
§
impl<'a>
IntoSketch
for &'a
str
Source
§
fn
asu64
(&self) ->
u64
Implementors
§