Function psa_crypto::initialized[][src]

pub fn initialized() -> Result<()>

Check if the PSA Crypto library has been initialized

Example

use psa_crypto::{initialized, init};
init().unwrap();
initialized().unwrap();