Trait helix_runtime::ToRust [] [src]

pub trait ToRust<T> {
    fn to_rust(self) -> T;
}

Required Methods

Implementors