vizia
0.1.0
Into
CssStr
Required Methods
get_style
Implementations on Foreign Types
&'static str
Path
PathBuf
Implementors
In vizia::
util
Trait
vizia
::
util
::
IntoCssStr
Copy item path
source
·
[
−
]
pub trait IntoCssStr: 'static { // Required method fn
get_style
(&self) ->
Result
<
String
,
Error
>; }
Required Methods
§
source
fn
get_style
(&self) ->
Result
<
String
,
Error
>
Implementations on Foreign Types
§
source
§
impl
IntoCssStr
for &'static
str
source
§
fn
get_style
(&self) ->
Result
<
String
,
Error
>
source
§
impl
IntoCssStr
for
Path
source
§
fn
get_style
(&self) ->
Result
<
String
,
Error
>
source
§
impl
IntoCssStr
for
PathBuf
source
§
fn
get_style
(&self) ->
Result
<
String
,
Error
>
Implementors
§