1use crate::prelude::*; 2 3/// 4/// Sha256 5/// 6 7#[newtype( 8 primitive = "Text", 9 item(prim = "Text"), 10 ty(validator(path = "validator::hash::Sha256")) 11)] 12pub struct Sha256 {}