Searched defs:TestSignable (Results 1 – 1 of 1) sorted by relevance
137 pub struct TestSignable { struct138 pub content: Vec<u8>,139 pub signature: Vec<u8>,142 impl<'a> Signable<'a> for TestSignable { implementation