use *;
pub type ApiResult = ;
/// # Writium API
///
/// `Api` is fundamental for all kinds of server behaviors to be achieved.
/// Writium doesn't restrict the use of certain HTTP methods, which allows you
/// to shape your API as freely as possible.