Type Alias linkspace::prelude::GroupID

pub type GroupID = B64;
Expand description

Alias for B64<[u8;32]\>

Aliased Type§

struct GroupID(pub [u8; 32]);

Fields§

§0: [u8; 32]