We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd5623 commit 64785f8Copy full SHA for 64785f8
libs/gl-plugin/src/tramp.rs
@@ -174,7 +174,7 @@ impl ErrorStatusConversionExt for TrampolineErrorCode {
174
175
/// Type alias for convenience.
176
type Result<T, E = TrampolineError> = core::result::Result<T, E>;
177
-type TrampolineError = Error<TrampolineErrorCode>;
+pub type TrampolineError = Error<TrampolineErrorCode>;
178
179
fn feature_guard(features: impl Into<Vec<u8>>, feature_bit: usize) -> Result<()> {
180
let mut features = features.into();
0 commit comments