Skip to main content

derive_deftly_template_RsaKeypair

Macro derive_deftly_template_RsaKeypair 

Source
macro_rules! derive_deftly_template_RsaKeypair {
    ({ $($driver:tt)* } [$($aoptions:tt)*] ($($future:tt)*) $($tpassthrough:tt)*) => { ... };
    ($($wrong:tt)*) => { ... };
}
Expand description

Implement set of helper functions around a type wrapping a rsa::KeyPair.

This is a derive_deftly template. Do not invoke it directly. To use it, write: #[derive(Deftly)] #[derive_deftly(RsaKeypair)].