Function otter_api_tests::keydata_extract[][src]

pub fn keydata_extract(key: KeyData) -> Result<(u32, u32), Error>
Expand description

Underlying extraction function. Fails rather than panicing.

Fails if the slotmap::KeyData serde::ser::Serialize representation has changed too much. Should not be able to fail otherwise.