Trait rustic_jsonrpc::MethodResult

source ·
pub trait MethodResult: Sealed {
    const ASSERT: () = ();
}

Provided Associated Constants§

source

const ASSERT: () = ()

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T, E> MethodResult for Result<T, E>
where T: Serialize, E: Into<BoxError>,

Implementors§