Skip to main content

IntoAssets

Trait IntoAssets 

Source
pub trait IntoAssets {
    // Required method
    fn into_assets(self) -> Assets;
}
Expand description

Conversion into a Assets

Required Methods§

Source

fn into_assets(self) -> Assets

Convert self into a Assets struct

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoAssets for Hash

Source§

impl IntoAssets for Hash

Source§

impl IntoAssets for Hash

Source§

impl IntoAssets for Vec<DescriptorPublicKey>

Implementors§

Source§

impl IntoAssets for Assets

Source§

impl IntoAssets for DescriptorPublicKey

Source§

impl IntoAssets for miniscript::miniscript::hash256::Hash

Source§

impl IntoAssets for KeyMap