Function sapio_miniscript::expression::binary[][src]

pub fn binary<L, R, T, F>(term: &Tree<'_>, convert: F) -> Result<T, Error> where
    L: FromTree,
    R: FromTree,
    F: FnOnce(L, R) -> T, 

Attempts to parse an expression with exactly two children