Trait xml::util::OptionBorrowExt [] [src]

pub trait OptionBorrowExt<T: ?Sized> {
    fn borrow_internals(&self) -> Option<&T>;
}

Required Methods

fn borrow_internals(&self) -> Option<&T>

Implementors