pub type Result<T> = Result<T, BamlSysError>;Expand description
Result type for baml-sys operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(BamlSysError),
}pub type Result<T> = Result<T, BamlSysError>;Result type for baml-sys operations.
pub enum Result<T> {
Ok(T),
Err(BamlSysError),
}