pub trait ExtParam: Clone + Eq + Ord + Debug + Display + Hash + ArgFromStr { }
Expand description

Abstract parameter to Miniscript Extension

Implementors§

source§

impl<T> ExtParam for Twhere T: Clone + Eq + Ord + Debug + Display + Hash + ArgFromStr,