Type Alias TpmCommandParser

Source
pub type TpmCommandParser = for<'a> fn(&'a [u8]) -> TpmResult<(TpmCommandBody, &'a [u8])>;