Searched defs:MsgFunction (Results 1 – 1 of 1) sorted by relevance
260 pub(crate) enum MsgFunction { enum294 impl TryFrom<u32> for MsgFunction { implementation297 fn try_from(value: u32) -> Result<MsgFunction> { in try_from()786 function: MsgFunction, in init()834 pub(crate) fn function(&self) -> Result<MsgFunction, u32> { in function()