Trait kernel::process_checker::Compress
source · pub trait Compress {
// Required method
fn to_short_id(&self, _credentials: &TbfFooterV2Credentials) -> ShortID;
}
Expand description
Transforms Application Credentials into a corresponding ShortID.