referrerpolicy=no-referrer-when-downgrade
staging_xcm_executor::traits

Trait Enact

Source
pub trait Enact {
    // Required method
    fn enact(self) -> Result<(), LockError>;
}

Required Methods§

Source

fn enact(self) -> Result<(), LockError>

Enact a lock. This should generally be infallible if called immediately after being received.

Implementations on Foreign Types§

Source§

impl Enact for Infallible

Implementors§

impl<T: Config> Enact for LockTicket<T>

impl<T: Config> Enact for ReduceTicket<T>

impl<T: Config> Enact for UnlockTicket<T>