Macro dock_crypto_utils::try_owned_pairs

source ยท
macro_rules! try_owned_pairs {
    ($left: expr, $right: expr) => { ... };
}
Expand description

Attempts to build OwnedPairs from the given vectors, returning (left length, right length) in case of error.