rust_lib_flutter_test_gui
0.1.0
CstDecode
Required Methods
cst_decode
Implementations on Foreign Types
*mut S
Implementors
In rust_lib_flutter_test_gui::frb_generated
?
Trait
rust_lib_flutter_test_gui
::
frb_generated
::
CstDecode
source
·
[
−
]
pub trait CstDecode<T> { // Required method fn
cst_decode
(self) -> T; }
Required Methods
§
source
fn
cst_decode
(self) -> T
Implementations on Foreign Types
§
source
§
impl<T, S>
CstDecode
<
Option
<T>> for
*mut S
where
*mut S
:
CstDecode
<T>,
source
§
fn
cst_decode
(self) ->
Option
<T>
Implementors
§