Trait nastran::datfile::BufferUtil [] [src]

pub trait BufferUtil {
    fn to_string_lossy(self) -> String;
}

Required Methods

Implementations on Foreign Types

impl<'a> BufferUtil for &'a [u8]
[src]

Implementors