Docs.rs
alpine-css-0.1.0
alpine-css 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
liamcurry
Dependencies
alpine-html ^0.1
normal
alpine-markup ^0.1
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
ToSelector
alpine_
css
0.1.0
ToSelector
Required Methods
to_selector
Implementations on Foreign Types
&'static str
Cow<'static, str>
Element
String
Implementors
In crate alpine_
css
alpine_css
Trait
ToSelector
Copy item path
Source
pub trait ToSelector { // Required method fn
to_selector
(&self) ->
Cow
<'static,
str
>; }
Required Methods
§
Source
fn
to_selector
(&self) ->
Cow
<'static,
str
>
Implementations on Foreign Types
§
Source
§
impl
ToSelector
for &'static
str
Source
§
fn
to_selector
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ToSelector
for
Cow
<'static,
str
>
Source
§
fn
to_selector
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ToSelector
for
String
Source
§
fn
to_selector
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ToSelector
for
Element
Source
§
fn
to_selector
(&self) ->
Cow
<'static,
str
>
Implementors
§