Skip to content

Commit 974d40a

Browse files
Export V1MessageStreamParams and V1MessageStreamError for svix_beta
1 parent 2758085 commit 974d40a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/src/api.rs

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ use crate::error::Result;
99
pub use crate::models::*;
1010
use crate::Configuration;
1111

12+
#[cfg(feature = "svix_beta")]
13+
pub use message_api::{V1MessageStreamError, V1MessageStreamParams};
14+
1215
const CRATE_VERSION: &str = env!("CARGO_PKG_VERSION");
1316

1417
pub struct SvixOptions {

0 commit comments

Comments
 (0)