Skip to main content

ISuccess

Trait ISuccess 

Source
pub trait ISuccess:
    Clone
    + Debug
    + DeserializeOwned
    + Send
    + Serialize
    + Sync { }
Expand description

Marker trait for serializable command success enums.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§