Trait rutie_serde::DeserializeWrapper[][src]

pub trait DeserializeWrapper<T> {
    fn deserialize(data: T) -> Result<Self>
    where
        Self: Sized
; }
Expand description

Abstraction around deserialization from T: Object -> O: Deserialize or from &AnyObject to RutieObject

Required methods

Implementors