Type Definition fcplug_callee::ABIResult

source ·
pub type ABIResult<T> = Result<T, ResultCode>;

Trait Implementations§

source§

impl<'a, T: ABIRequest<'a>> From<&'a mut FFIResult> for ABIResult<T>

source§

fn from(value: &'a mut FFIResult) -> Self

Converts to this type from the input type.