ezrtc_server/
error.rs

1
2
pub type Result<T> = anyhow::Result<T>;
pub type Error = anyhow::Error;