Development Documentation (main branch) - For stable release docs, see
docs.rs/eidetica
from_any
eidetica
0.2.0
In eidetica::
y_
crdt::
encoding::
serde
eidetica
::
y_crdt
::
encoding
::
serde
Function
from_
any
Copy item path
pub fn from_any<'de, T>(any: &'de
Any
) ->
Result
<T,
Error
>
where T:
Deserialize
<'de>,