pub struct SwiftParser;
Expand description
Main parser for SWIFT MT messages
Implementations§
Source§impl SwiftParser
impl SwiftParser
Sourcepub fn parse<T: SwiftMessageBody>(raw_message: &str) -> Result<SwiftMessage<T>>
pub fn parse<T: SwiftMessageBody>(raw_message: &str) -> Result<SwiftMessage<T>>
Parse a raw SWIFT message string into a typed message
Auto Trait Implementations§
impl Freeze for SwiftParser
impl RefUnwindSafe for SwiftParser
impl Send for SwiftParser
impl Sync for SwiftParser
impl Unpin for SwiftParser
impl UnwindSafe for SwiftParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more