pub fn parse_input(input: &str) -> Result<InputType, ResolveError>Expand description
Parses input string into appropriate identifier type. Handles prefixes like “at://”, “@”, and DID formats.
pub fn parse_input(input: &str) -> Result<InputType, ResolveError>Parses input string into appropriate identifier type. Handles prefixes like “at://”, “@”, and DID formats.