pub trait EnclaveType: EnclaveTypePrivate { type Configuration: TryFrom<Self::ConfigurationBuilder, Error = Error>; }