caelix-core 0.0.14

Core primitives for the Caelix framework.
Documentation
1
2
3
use crate::exception::HttpException;

pub type Result<T> = std::result::Result<T, HttpException>;