pub enum ResetterRequest {
Reset {
responder: ResetterResetResponder,
},
}
Expand description
Reset is a small protocol intended to be used exclusively on factory reset to reset any hardware backed credentials.
Variants§
Reset
Fields
§
responder: ResetterResetResponder
Resets the sytem credential state. This is used when performing a factory reset.
Implementations§
source§impl ResetterRequest
impl ResetterRequest
pub fn into_reset(self) -> Option<ResetterResetResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL