Docs.rs
leptos-leaflet-0.10.1
leptos-leaflet 0.10.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dgsantana
Dependencies
js-sys ^0.3
normal
leaflet ^0.4
normal
leptos ^0.8
normal
leptos_meta ^0.8
normal
paste ^1.0
normal
serde-wasm-bindgen ^0.6
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
37.36%
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
leptos_
leaflet
0.10.1
Into
LatLng
Required Methods
into_lat_lng
Implementations on Foreign Types
(f64, f64)
Implementors
In leptos_
leaflet::
prelude
leptos_leaflet
::
prelude
Trait
IntoLatLng
Copy item path
Source
pub trait IntoLatLng { // Required method fn
into_lat_lng
(self) ->
LatLng
; }
Required Methods
§
Source
fn
into_lat_lng
(self) ->
LatLng
Implementations on Foreign Types
§
Source
§
impl
IntoLatLng
for (
f64
,
f64
)
Source
§
fn
into_lat_lng
(self) ->
LatLng
Implementors
§
Source
§
impl
IntoLatLng
for
Position