identity_iota::verification::jose::jwu

Function encode_b64_json

Source
pub fn encode_b64_json<T>(data: &T) -> Result<String, Error>
where T: Serialize,
Expand description

Serialize the given data into JSON and encode the result in url-safe base64.