Macro dock_crypto_utils::try_pairs

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

Attempts to convert given slices to Pairs, returning (left length, right length) in case of error.