ezrtc_server/
error.rs

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