Skip to main content

TryHashProducer

Trait TryHashProducer 

Source
pub trait TryHashProducer {
    type Error;

    // Required method
    fn try_generate_hash(&self) -> Result<Felt, Self::Error>;
}

Required Associated Types§

Required Methods§

Implementors§