ej-builder-sdk 0.5.0

SDK for creating applications that interface with EJB
Documentation
1
2
3
4
5
//! Crate Prelude

pub use crate::error::Error;

pub type Result<T> = core::result::Result<T, Error>;