Trait aria2_rs::call::Reply

source ·
pub trait Reply {
    type Reply: DeserializeOwned;

    // Provided method
    fn to_reply(value: Value) -> Result<Self::Reply> { ... }
}

Required Associated Types§

Provided Methods§

source

fn to_reply(value: Value) -> Result<Self::Reply>

Object Safety§

This trait is not object safe.

Implementors§