Skip to main content

HistoryResult

Trait HistoryResult 

Source
pub trait HistoryResult: Sized + DynEncodable {
    // Provided method
    fn into_extension_object(self) -> ExtensionObject { ... }
}
Expand description

Trait for values storable as history data.

Provided Methods§

Source

fn into_extension_object(self) -> ExtensionObject

Return an extension object containing the encoded data for the current object.

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§