Trait lambda_mountain::Unframe

source ·
pub trait Unframe {
    // Required method
    fn unframe(&self) -> String;
}

Required Methods§

source

fn unframe(&self) -> String

Implementors§