pub trait ProcessOutput {
    // Required method
    fn as_hash(&self) -> Hash;
}

Required Methods§

source

fn as_hash(&self) -> Hash

Implementations on Foreign Types§

source§

impl ProcessOutput for Output

source§

fn as_hash(&self) -> Hash

Implementors§