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
impl<T: ?Sized, U> OptionBorrowExt<T> for Option<U> where U: Borrow<T>