Trait hyper_scripter::script::IntoScriptName
source · pub trait IntoScriptName {
// Required method
fn into_script_name(self) -> Result<ScriptName>;
// Provided method
fn into_script_name_unchecked(self) -> Result<ScriptName>
where Self: Sized { ... }
}