[][src]Trait assembly::luz::io::TryFromLUZ

pub trait TryFromLUZ<T> where
    T: Read
{ type Error; pub fn try_from_luz(buf: &mut T) -> Result<Self, Self::Error>; }

Associated Types

Loading content...

Required methods

pub fn try_from_luz(buf: &mut T) -> Result<Self, Self::Error>[src]

Loading content...

Implementors

impl<T> TryFromLUZ<T> for ZoneFile<Vec<u8, Global>> where
    T: Read
[src]

Loading content...