Skip to main content

IdentityFromIdentityCreateFromAddressesTransitionAction

Trait IdentityFromIdentityCreateFromAddressesTransitionAction 

Source
pub trait IdentityFromIdentityCreateFromAddressesTransitionAction {
    // Required method
    fn try_from_borrowed_identity_create_from_addresses_transition_action(
        value: &IdentityCreateFromAddressesTransitionAction,
        platform_version: &PlatformVersion,
    ) -> Result<Self, ProtocolError>
       where Self: Sized;
}
Expand description

action

Required Methods§

Source

fn try_from_borrowed_identity_create_from_addresses_transition_action( value: &IdentityCreateFromAddressesTransitionAction, platform_version: &PlatformVersion, ) -> Result<Self, ProtocolError>
where Self: Sized,

try from borrowed

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IdentityFromIdentityCreateFromAddressesTransitionAction for Identity

Implementors§