Skip to main content

CallOutput

Trait CallOutput 

Source
pub trait CallOutput { }
Expand description

MethodCall return Type need implement this trait

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CallOutput for ()

Source§

impl CallOutput for String

Source§

impl CallOutput for Vec<String>

Implementors§