Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Feb 9, 2025
1 parent 8575b1c commit 9f41d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/traits/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ pub trait IntoIonMobilityFrameSource<C: CentroidPeakAdapting, D: DeconvolutedPea
fn try_into_frame_source<CF: FeatureLike<MZ, IonMobility>, DF: FeatureLike<Mass, IonMobility> + KnownCharge>(self) -> Result<Self::IonMobilityFrameSource<CF, DF>, IntoIonMobilityFrameSourceError>;


/// Call [`IonMobilityLoadable::try_into_frame_source`], panicking if an error is returned.
/// Call [`IntoIonMobilityFrameSource::try_into_frame_source`], panicking if an error is returned.
fn into_frame_source<CF: FeatureLike<MZ, IonMobility>, DF: FeatureLike<Mass, IonMobility> + KnownCharge>(self) -> Self::IonMobilityFrameSource<CF, DF> {
self.try_into_frame_source().unwrap()
}
Expand Down

0 comments on commit 9f41d92

Please sign in to comment.