Development Documentation (main branch) - For stable release docs, see
docs.rs/eidetica
to_any
eidetica
0.2.0
In eidetica::
y_
crdt::
encoding::
serde
eidetica
::
y_crdt
::
encoding
::
serde
Function
to_any
Copy item path
pub fn to_any<T>(value:
&T
) ->
Result
<
Any
, AnySerializeError>
where T:
Serialize
,