pub trait UnveilAlgorithm {
    // Required method
    fn decode(&self, carrier: MediaPrimitive) -> bool;
}
Expand description

generic unveil algorithm

Required Methods§

source

fn decode(&self, carrier: MediaPrimitive) -> bool

Implementors§