Type Definition fcplug_rclib::ABIResult

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

Trait Implementations§

source§

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

source§

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

Converts to this type from the input type.