Trait musli::de::DecodeOwned

source ·
pub trait DecodeOwned<M>: for<'de> Decode<'de, M>where
    M: Mode,{ }
Expand description

Decode to a 'static value.

Implementors§

source§

impl<M, D> DecodeOwned<M> for Dwhere D: for<'de> Decode<'de, M>, M: Mode,