penumbra_ibc

Trait MerklePrefixExt

Source
pub trait MerklePrefixExt {
    // Required method
    fn apply_string(&self, path: String) -> String;
}
Expand description

TODO: upstream into ibc-types

Required Methods§

Source

fn apply_string(&self, path: String) -> String

Implementations on Foreign Types§

Source§

impl MerklePrefixExt for MerklePrefix

Source§

fn apply_string(&self, path: String) -> String

Implementors§