Trait zebra_test::vectors::block::ReverseCollection

source ·
trait ReverseCollection {
    // Required method
    fn rev(self) -> Self;
}

Required Methods§

source

fn rev(self) -> Self

Return a reversed copy of this collection

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ReverseCollection for [u8; 32]

source§

fn rev(self) -> [u8; 32]

Implementors§