1
2
3
4
5
pub mod channel;
pub mod embed;
pub mod message;

pub type ValidationResult<E> = Result<(), E>;