fiberplane-pdk 1.0.0-beta.14

Fiberplane Provider Development Kit
Documentation
1
2
/// `Result` type that uses `fiberplane_pdk::prelude::Error` as Error type.
pub type Result<T> = core::result::Result<T, crate::bindings::Error>;