1 2 3 4
//! A module to re-export types that are visible through the ic-agent API. #[doc(inline)] pub use candid::types::principal::{Principal, PrincipalError}; pub use reqwest;