[][src]Trait client_side_validation::Conceal

pub trait Conceal {
    type Confidential;
    pub fn conceal(&self) -> Self::Confidential;
}

Associated Types

Loading content...

Required methods

pub fn conceal(&self) -> Self::Confidential[src]

Loading content...

Implementors

Loading content...