Function mnemos_config::runtime::from_postcard
source ยท pub fn from_postcard<Platform>(
s: &[u8],
) -> Result<MnemosConfig<Platform>, Error>where
Platform: DeserializeOwned + 'static,
pub fn from_postcard<Platform>(
s: &[u8],
) -> Result<MnemosConfig<Platform>, Error>where
Platform: DeserializeOwned + 'static,